#0E1CB6

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

Shades of Egyptian Blue #0E1CB6

Tints of Egyptian Blue #0E1CB6

Color information

#0E1CB6 (or 0x0E1CB6) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 1C and B6. RGB value is (14,28,182). Sum of RGB (Red+Green+Blue) = 14+28+182=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 182 (71.48% from 255 or 81.25% from 224); Max value from RGB is 182 - color contains mainly: blue. Hex color #0E1CB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E1CB6 is #F1E349. Grayscale: #282828. Windows color (decimal): -15852362 or 11934734. OLE color: 11934734.

HSL color Cylindrical-coordinate representation of color #0E1CB6: hue angle of 235º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E1CB6 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1428182-
CMYK0.920.8500.29
HSL235º85.71%38.43%-
HSV(B)235º92.31%71.37%-
XYZ9.044.344.61-
YUV41.37207.36108.48-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.25%
GREEN value IS 28 (11.33% from 255) = 12.5%
BLUE value IS 182 (71.48% from 255) = 81.25%
R=6.25%
G=12.5%
B=81.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14281820.920.8500.2923585.7138.43
HexE1CB65C5501Deb5626
Octal163426613412503535312646
Binary1110111001011011010111001010101011101111010111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,28,182); }

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

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

 a { background-color: rgb(14,28,182); }

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

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

 span { border-color: rgb(14,28,182); }

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