#0D2B9B

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

Shades of Egyptian Blue #0D2B9B

Tints of Egyptian Blue #0D2B9B

Color information

#0D2B9B (or 0x0D2B9B) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 2B and 9B. RGB value is (13,43,155). Sum of RGB (Red+Green+Blue) = 13+43+155=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 155 (60.94% from 255 or 73.46% from 211); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D2B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2B9B is #F2D464. Grayscale: #2E2E2E. Windows color (decimal): -15914085 or 10169101. OLE color: 10169101.

HSL color Cylindrical-coordinate representation of color #0D2B9B: hue angle of 227.32º 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 #0D2B9B is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1343155-
CMYK0.920.7200.39
HSL227.32º84.52%32.94%-
HSV(B)227.32º91.61%60.78%-
XYZ6.954.1831.45-
YUV46.8189.06103.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.16%
GREEN value IS 43 (17.19% from 255) = 20.38%
BLUE value IS 155 (60.94% from 255) = 73.46%
R=6.16%
G=20.38%
B=73.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13431550.920.7200.39227.3284.5232.94
HexD2B9B5C48027e35521
Octal155323313411004734312541
Binary110110101110011011101110010010000100111111000111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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