#142BB8

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

Shades of Persian Blue #142BB8

Tints of Persian Blue #142BB8

Color information

#142BB8 (or 0x142BB8) is unknown color: approx Persian Blue. HEX triplet: 14, 2B and B8. RGB value is (20,43,184). Sum of RGB (Red+Green+Blue) = 20+43+184=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 184 (72.27% from 255 or 74.49% from 247); Max value from RGB is 184 - color contains mainly: blue. Hex color #142BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142BB8 is #EBD447. Grayscale: #333333. Windows color (decimal): -15455304 or 12069652. OLE color: 12069652.

HSL color Cylindrical-coordinate representation of color #142BB8: hue angle of 231.59º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #142BB8 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2043184-
CMYK0.890.7700.28
HSL231.59º80.39%40%-
HSV(B)231.59º89.13%72.16%-
XYZ9.85.3445.86-
YUV52.2202.38105.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.10%
GREEN value IS 43 (17.19% from 255) = 17.41%
BLUE value IS 184 (72.27% from 255) = 74.49%
R=8.10%
G=17.41%
B=74.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal20431840.890.7700.28231.5980.3940
Hex142BB8594D01Ce85028
Octal245327013111503435012050
Binary101001010111011100010110011001101011100111010001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,43,184); }

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

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

 a { background-color: rgb(20,43,184); }

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

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

 span { border-color: rgb(20,43,184); }

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