#0D2EAC

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

Shades of Egyptian Blue #0D2EAC

Tints of Egyptian Blue #0D2EAC

Color information

#0D2EAC (or 0x0D2EAC) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 2E and AC. RGB value is (13,46,172). Sum of RGB (Red+Green+Blue) = 13+46+172=231 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.63% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 172 (67.58% from 255 or 74.46% from 231); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D2EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2EAC is #F2D153. Grayscale: #313131. Windows color (decimal): -15913300 or 11283981. OLE color: 11283981.

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

Color convert

RGB1346172-
CMYK0.920.7300.33
HSL227.55º85.95%36.27%-
HSV(B)227.55º92.44%67.45%-
XYZ8.595.0239.55-
YUV50.5196.57101.25-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.63%
GREEN value IS 46 (18.36% from 255) = 19.91%
BLUE value IS 172 (67.58% from 255) = 74.46%
R=5.63%
G=19.91%
B=74.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13461720.920.7300.33227.5585.9536.27
HexD2EAC5C49021e45624
Octal155625413411104134412644
Binary110110111010101100101110010010010100001111001001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,46,172); }

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

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

 a { background-color: rgb(13,46,172); }

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

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

 span { border-color: rgb(13,46,172); }

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