#0E36AA

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

Shades of Egyptian Blue #0E36AA

Tints of Egyptian Blue #0E36AA

Color information

#0E36AA (or 0x0E36AA) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 36 and AA. RGB value is (14,54,170). Sum of RGB (Red+Green+Blue) = 14+54+170=238 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.88% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E36AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E36AA is #F1C955. Grayscale: #363636. Windows color (decimal): -15845718 or 11154958. OLE color: 11154958.

HSL color Cylindrical-coordinate representation of color #0E36AA: hue angle of 224.62º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E36AA is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1454170-
CMYK0.920.6800.33
HSL224.62º84.78%36.08%-
HSV(B)224.62º91.76%66.67%-
XYZ8.765.6338.66-
YUV55.26192.7598.57-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.88%
GREEN value IS 54 (21.48% from 255) = 22.69%
BLUE value IS 170 (66.80% from 255) = 71.43%
R=5.88%
G=22.69%
B=71.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14541700.920.6800.33224.6284.7836.08
HexE36AA5C44021e15524
Octal166625213410404134112544
Binary111011011010101010101110010001000100001111000011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E36AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,54,170); }

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

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

 a { background-color: rgb(14,54,170); }

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

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

 span { border-color: rgb(14,54,170); }

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