#0E1F9C

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

Shades of Egyptian Blue #0E1F9C

Tints of Egyptian Blue #0E1F9C

Color information

#0E1F9C (or 0x0E1F9C) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 1F and 9C. RGB value is (14,31,156). Sum of RGB (Red+Green+Blue) = 14+31+156=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 156 (61.33% from 255 or 77.61% from 201); Max value from RGB is 156 - color contains mainly: blue. Hex color #0E1F9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1F9C is #F1E063. Grayscale: #272727. Windows color (decimal): -15851620 or 10231566. OLE color: 10231566.

HSL color Cylindrical-coordinate representation of color #0E1F9C: hue angle of 232.82º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E1F9C is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1431156-
CMYK0.910.8000.39
HSL232.82º83.53%33.33%-
HSV(B)232.82º91.03%61.18%-
XYZ6.673.4731.77-
YUV40.17193.37109.34-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.97%
GREEN value IS 31 (12.5% from 255) = 15.42%
BLUE value IS 156 (61.33% from 255) = 77.61%
R=6.97%
G=15.42%
B=77.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14311560.910.8000.39232.8283.5333.33
HexE1F9C5B50027e95421
Octal163723413312004735112441
Binary11101111110011100101101110100000100111111010011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E1F9C; }

 p { color: rgb(14,31,156); }

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

<style>
 a { background-color: #0E1F9C; }

 a { background-color: rgb(14,31,156); }

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

<style>
 span { border-color: #0E1F9C; }

 span { border-color: rgb(14,31,156); }

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