#0D2197

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

Shades of Egyptian Blue #0D2197

Tints of Egyptian Blue #0D2197

Color information

#0D2197 (or 0x0D2197) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 21 and 97. RGB value is (13,33,151). Sum of RGB (Red+Green+Blue) = 13+33+151=197 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.60% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 151 (59.38% from 255 or 76.65% from 197); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D2197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2197 is #F2DE68. Grayscale: #272727. Windows color (decimal): -15916649 or 9904397. OLE color: 9904397.

HSL color Cylindrical-coordinate representation of color #0D2197: hue angle of 231.3º 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 #0D2197 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1333151-
CMYK0.910.7800.41
HSL231.3º84.15%32.16%-
HSV(B)231.3º91.39%59.22%-
XYZ6.33.4129.6-
YUV40.47190.37108.41-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.60%
GREEN value IS 33 (13.28% from 255) = 16.75%
BLUE value IS 151 (59.38% from 255) = 76.65%
R=6.60%
G=16.75%
B=76.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13331510.910.7800.41231.384.1532.16
HexD21975B4E029e75420
Octal154122713311605134712440
Binary110110000110010111101101110011100101001111001111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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