#0B2DA8

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

Shades of Egyptian Blue #0B2DA8

Tints of Egyptian Blue #0B2DA8

Color information

#0B2DA8 (or 0x0B2DA8) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 2D and A8. RGB value is (11,45,168). Sum of RGB (Red+Green+Blue) = 11+45+168=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 168 (66.02% from 255 or 75% from 224); Max value from RGB is 168 - color contains mainly: blue. Hex color #0B2DA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2DA8 is #F4D257. Grayscale: #303030. Windows color (decimal): -16044632 or 11021579. OLE color: 11021579.

HSL color Cylindrical-coordinate representation of color #0B2DA8: hue angle of 227.01º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B2DA8 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1145168-
CMYK0.930.7300.34
HSL227.01º87.71%35.1%-
HSV(B)227.01º93.45%65.88%-
XYZ8.144.7837.54-
YUV48.86195.24101-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.91%
GREEN value IS 45 (17.97% from 255) = 20.09%
BLUE value IS 168 (66.02% from 255) = 75%
R=4.91%
G=20.09%
B=75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal11451680.930.7300.34227.0187.7135.1
HexB2DA85D49022e35823
Octal135525013511104234313043
Binary101110110110101000101110110010010100010111000111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,45,168); }

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

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

 a { background-color: rgb(11,45,168); }

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

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

 span { border-color: rgb(11,45,168); }

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