#0e2db2

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

Shades of Egyptian Blue #0E2DB2

Tints of Egyptian Blue #0E2DB2

Color information

#0E2DB2 (or 0x0E2DB2) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 2D and B2. RGB value is (14,45,178). Sum of RGB (Red+Green+Blue) = 14+45+178=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 178 (69.92% from 255 or 75.11% from 237); Max value from RGB is 178 - color contains mainly: blue. Hex color #0E2DB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2DB2 is #F1D24D. Grayscale: #323232. Windows color (decimal): -15848014 or 11676942. OLE color: 11676942.

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

Color convert

RGB1445178-
CMYK0.920.7500.30
HSL228.66º85.42%37.65%-
HSV(B)228.66º92.13%69.8%-
XYZ9.165.1842.64-
YUV50.89199.73101.69-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.91%
GREEN value IS 45 (17.97% from 255) = 18.99%
BLUE value IS 178 (69.92% from 255) = 75.11%
R=5.91%
G=18.99%
B=75.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14451780.920.7500.30228.6685.4237.65
HexE2DB25C4B01Ee55526
Octal165526213411303634512546
Binary11101011011011001010111001001011011110111001011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e2db2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,45,178); }

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

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

 a { background-color: rgb(14,45,178); }

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

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

 span { border-color: rgb(14,45,178); }

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