#0D369B

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

Shades of Egyptian Blue #0D369B

Tints of Egyptian Blue #0D369B

Color information

#0D369B (or 0x0D369B) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 36 and 9B. RGB value is (13,54,155). Sum of RGB (Red+Green+Blue) = 13+54+155=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D369B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D369B is #F2C964. Grayscale: #343434. Windows color (decimal): -15911269 or 10171917. OLE color: 10171917.

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

Color convert

RGB1354155-
CMYK0.920.6500.39
HSL222.68º84.52%32.94%-
HSV(B)222.68º91.61%60.78%-
XYZ7.45.0931.6-
YUV53.26185.4299.29-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.86%
GREEN value IS 54 (21.48% from 255) = 24.32%
BLUE value IS 155 (60.94% from 255) = 69.82%
R=5.86%
G=24.32%
B=69.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13541550.920.6500.39222.6884.5232.94
HexD369B5C41027df5521
Octal156623313410104733712541
Binary110111011010011011101110010000010100111110111111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,54,155); }

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

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

 a { background-color: rgb(13,54,155); }

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

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

 span { border-color: rgb(13,54,155); }

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