#0D2599

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

Shades of Egyptian Blue #0D2599

Tints of Egyptian Blue #0D2599

Color information

#0D2599 (or 0x0D2599) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 25 and 99. RGB value is (13,37,153). Sum of RGB (Red+Green+Blue) = 13+37+153=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D2599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2599 is #F2DA66. Grayscale: #2A2A2A. Windows color (decimal): -15915623 or 10036493. OLE color: 10036493.

HSL color Cylindrical-coordinate representation of color #0D2599: hue angle of 229.71º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D2599 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1337153-
CMYK0.920.7600.4
HSL229.71º84.34%32.55%-
HSV(B)229.71º91.5%60%-
XYZ6.583.7130.51-
YUV43.05190.05106.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.40%
GREEN value IS 37 (14.84% from 255) = 18.23%
BLUE value IS 153 (60.16% from 255) = 75.37%
R=6.40%
G=18.23%
B=75.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal13371530.920.7600.4229.7184.3432.55
HexD25995C4C028e65421
Octal154523113411405034612441
Binary110110010110011001101110010011000101000111001101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,37,153); }

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

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

 a { background-color: rgb(13,37,153); }

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

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

 span { border-color: rgb(13,37,153); }

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