#0B2AAE

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

Shades of Egyptian Blue #0B2AAE

Tints of Egyptian Blue #0B2AAE

Color information

#0B2AAE (or 0x0B2AAE) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 2A and AE. RGB value is (11,42,174). Sum of RGB (Red+Green+Blue) = 11+42+174=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 174 (68.36% from 255 or 76.65% from 227); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B2AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2AAE is #F4D551. Grayscale: #2F2F2F. Windows color (decimal): -16045394 or 11414027. OLE color: 11414027.

HSL color Cylindrical-coordinate representation of color #0B2AAE: hue angle of 228.59º 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 #0B2AAE is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1142174-
CMYK0.940.7600.32
HSL228.59º88.11%36.27%-
HSV(B)228.59º93.68%68.24%-
XYZ8.614.7840.51-
YUV47.78199.23101.77-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.85%
GREEN value IS 42 (16.80% from 255) = 18.50%
BLUE value IS 174 (68.36% from 255) = 76.65%
R=4.85%
G=18.50%
B=76.65%

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
Decimal11421740.940.7600.32228.5988.1136.27
HexB2AAE5E4C020e55824
Octal135225613611404034513044
Binary101110101010101110101111010011000100000111001011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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