#142F9C

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

Shades of Egyptian Blue #142F9C

Tints of Egyptian Blue #142F9C

Color information

#142F9C (or 0x142F9C) is unknown color: approx Egyptian Blue. HEX triplet: 14, 2F and 9C. RGB value is (20,47,156). Sum of RGB (Red+Green+Blue) = 20+47+156=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 156 (61.33% from 255 or 69.96% from 223); Max value from RGB is 156 - color contains mainly: blue. Hex color #142F9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142F9C is #EBD063. Grayscale: #323232. Windows color (decimal): -15454308 or 10235668. OLE color: 10235668.

HSL color Cylindrical-coordinate representation of color #142F9C: hue angle of 228.09º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #142F9C is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2047156-
CMYK0.870.7000.39
HSL228.09º77.27%34.51%-
HSV(B)228.09º87.18%61.18%-
XYZ7.314.5831.95-
YUV51.35187.05105.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.97%
GREEN value IS 47 (18.75% from 255) = 21.08%
BLUE value IS 156 (61.33% from 255) = 69.96%
R=8.97%
G=21.08%
B=69.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal20471560.870.7000.39228.0977.2734.51
Hex142F9C5746027e44d23
Octal245723412710604734411543
Binary1010010111110011100101011110001100100111111001001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,47,156); }

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

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

 a { background-color: rgb(20,47,156); }

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

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

 span { border-color: rgb(20,47,156); }

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