#0e41ac

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

Shades of Egyptian Blue #0E41AC

Tints of Egyptian Blue #0E41AC

Color information

#0E41AC (or 0x0E41AC) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 41 and AC. RGB value is (14,65,172). Sum of RGB (Red+Green+Blue) = 14+65+172=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E41AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E41AC is #F1BE53. Grayscale: #3D3D3D. Windows color (decimal): -15842900 or 11288846. OLE color: 11288846.

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

Color convert

RGB1465172-
CMYK0.920.6200.33
HSL220.63º84.95%36.47%-
HSV(B)220.63º91.86%67.45%-
XYZ9.526.8539.85-
YUV61.95190.193.8-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.58%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 172 (67.58% from 255) = 68.53%
R=5.58%
G=25.90%
B=68.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14651720.920.6200.33220.6384.9536.47
HexE41AC5C3E021dd5524
Octal161012541347604133512544
Binary111010000011010110010111001111100100001110111011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e41ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,65,172); }

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

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

 a { background-color: rgb(14,65,172); }

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

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

 span { border-color: rgb(14,65,172); }

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