#0B29AA

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

Shades of Egyptian Blue #0B29AA

Tints of Egyptian Blue #0B29AA

Color information

#0B29AA (or 0x0B29AA) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 29 and AA. RGB value is (11,41,170). Sum of RGB (Red+Green+Blue) = 11+41+170=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 170 (66.80% from 255 or 76.58% from 222); Max value from RGB is 170 - color contains mainly: blue. Hex color #0B29AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B29AA is #F4D655. Grayscale: #2E2E2E. Windows color (decimal): -16045654 or 11151627. OLE color: 11151627.

HSL color Cylindrical-coordinate representation of color #0B29AA: hue angle of 228.68º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B29AA is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1141170-
CMYK0.940.7600.33
HSL228.68º87.85%35.49%-
HSV(B)228.68º93.53%66.67%-
XYZ8.194.5638.48-
YUV46.74197.56102.51-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.95%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 170 (66.80% from 255) = 76.58%
R=4.95%
G=18.47%
B=76.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11411700.940.7600.33228.6887.8535.49
HexB29AA5E4C021e55823
Octal135125213611404134513043
Binary101110100110101010101111010011000100001111001011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B29AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,41,170); }

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

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

 a { background-color: rgb(11,41,170); }

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

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

 span { border-color: rgb(11,41,170); }

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