#142AE7

Color #142AE7 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #142AE7

Tints of Persian Blue #142AE7

Color information

#142AE7 (or 0x142AE7) is unknown color: approx Persian Blue. HEX triplet: 14, 2A and E7. RGB value is (20,42,231). Sum of RGB (Red+Green+Blue) = 20+42+231=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 231 (90.62% from 255 or 78.84% from 293); Max value from RGB is 231 - color contains mainly: blue. Hex color #142AE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142AE7 is #EBD518. Grayscale: #383838. Windows color (decimal): -15455513 or 15149588. OLE color: 15149588.

HSL color Cylindrical-coordinate representation of color #142AE7: hue angle of 233.74º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142AE7 is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2042231-
CMYK0.910.8200.09
HSL233.74º84.06%49.22%-
HSV(B)233.74º91.34%90.59%-
XYZ15.547.5776.24-
YUV56.97226.21101.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 6.83%
GREEN value IS 42 (16.80% from 255) = 14.33%
BLUE value IS 231 (90.62% from 255) = 78.84%
R=6.83%
G=14.33%
B=78.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal20422310.910.8200.09233.7484.0649.22
Hex142AE75B5209ea5431
Octal245234713312201135212461
Binary10100101010111001111011011101001001001111010101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142AE7; }

 p { color: rgb(20,42,231); }

 H1.HeaderClassName
 {
   color: #142AE7;
 }
 .AnyTagClassName
 {
   color: #142AE7;
 }
</style>
background-color css

<style>
 a { background-color: #142AE7; }

 a { background-color: rgb(20,42,231); }

 div.DivClassName
 {
   background-color: #142AE7;
 }
 .BgClassName
 {
   background-color: #142AE7;
 }
</style>
border-color css

<style>
 span { border-color: #142AE7; }

 span { border-color: rgb(20,42,231); }

 td.TdClassName
 {
   border-color: #142AE7;
 }
 .TagClassName
 {
   border-color: #142AE7;
 }
</style>