#0B29AE

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

Shades of Egyptian Blue #0B29AE

Tints of Egyptian Blue #0B29AE

Color information

#0B29AE (or 0x0B29AE) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 29 and AE. RGB value is (11,41,174). Sum of RGB (Red+Green+Blue) = 11+41+174=226 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.87% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 174 (68.36% from 255 or 76.99% from 226); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B29AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B29AE is #F4D651. Grayscale: #2E2E2E. Windows color (decimal): -16045650 or 11413771. OLE color: 11413771.

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

Color convert

RGB1141174-
CMYK0.940.7600.32
HSL228.96º88.11%36.27%-
HSV(B)228.96º93.68%68.24%-
XYZ8.574.7140.5-
YUV47.19199.56102.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.87%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 174 (68.36% from 255) = 76.99%
R=4.87%
G=18.14%
B=76.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11411740.940.7600.32228.9688.1136.27
HexB29AE5E4C020e55824
Octal135125613611404034513044
Binary101110100110101110101111010011000100000111001011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B29AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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