#0E259C

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

Shades of Egyptian Blue #0E259C

Tints of Egyptian Blue #0E259C

Color information

#0E259C (or 0x0E259C) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 25 and 9C. RGB value is (14,37,156). Sum of RGB (Red+Green+Blue) = 14+37+156=207 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.76% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 156 (61.33% from 255 or 75.36% from 207); Max value from RGB is 156 - color contains mainly: blue. Hex color #0E259C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E259C is #F1DA63. Grayscale: #2B2B2B. Windows color (decimal): -15850084 or 10233102. OLE color: 10233102.

HSL color Cylindrical-coordinate representation of color #0E259C: hue angle of 230.28º 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 #0E259C is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1437156-
CMYK0.910.7600.39
HSL230.28º83.53%33.33%-
HSV(B)230.28º91.03%61.18%-
XYZ6.843.8231.83-
YUV43.69191.38106.82-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.76%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 156 (61.33% from 255) = 75.36%
R=6.76%
G=17.87%
B=75.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14371560.910.7600.39230.2883.5333.33
HexE259C5B4C027e65421
Octal164523413311404734612441
Binary111010010110011100101101110011000100111111001101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E259C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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