#0E22B2

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

Shades of Egyptian Blue #0E22B2

Tints of Egyptian Blue #0E22B2

Color information

#0E22B2 (or 0x0E22B2) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 22 and B2. RGB value is (14,34,178). Sum of RGB (Red+Green+Blue) = 14+34+178=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 178 (69.92% from 255 or 78.76% from 226); Max value from RGB is 178 - color contains mainly: blue. Hex color #0E22B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E22B2 is #F1DD4D. Grayscale: #2B2B2B. Windows color (decimal): -15850830 or 11674126. OLE color: 11674126.

HSL color Cylindrical-coordinate representation of color #0E22B2: hue angle of 232.68º 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 #0E22B2 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1434178-
CMYK0.920.8100.30
HSL232.68º85.42%37.65%-
HSV(B)232.68º92.13%69.8%-
XYZ8.794.4542.52-
YUV44.44203.37106.29-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.19%
GREEN value IS 34 (13.67% from 255) = 15.04%
BLUE value IS 178 (69.92% from 255) = 78.76%
R=6.19%
G=15.04%
B=78.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14341780.920.8100.30232.6885.4237.65
HexE22B25C5101Ee95526
Octal164226213412103635112546
Binary11101000101011001010111001010001011110111010011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E22B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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