#0D2797

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

Shades of Egyptian Blue #0D2797

Tints of Egyptian Blue #0D2797

Color information

#0D2797 (or 0x0D2797) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 27 and 97. RGB value is (13,39,151). Sum of RGB (Red+Green+Blue) = 13+39+151=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 151 (59.38% from 255 or 74.38% from 203); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D2797 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2797 is #F2D868. Grayscale: #2B2B2B. Windows color (decimal): -15915113 or 9905933. OLE color: 9905933.

HSL color Cylindrical-coordinate representation of color #0D2797: hue angle of 228.7º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D2797 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1339151-
CMYK0.910.7400.41
HSL228.7º84.15%32.16%-
HSV(B)228.7º91.39%59.22%-
XYZ6.483.7729.66-
YUV43.99188.39105.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.40%
GREEN value IS 39 (15.62% from 255) = 19.21%
BLUE value IS 151 (59.38% from 255) = 74.38%
R=6.40%
G=19.21%
B=74.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13391510.910.7400.41228.784.1532.16
HexD27975B4A029e55420
Octal154722713311205134512440
Binary110110011110010111101101110010100101001111001011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,39,151); }

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

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

 a { background-color: rgb(13,39,151); }

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

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

 span { border-color: rgb(13,39,151); }

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