#0B21A7

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

Shades of Egyptian Blue #0B21A7

Tints of Egyptian Blue #0B21A7

Color information

#0B21A7 (or 0x0B21A7) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 21 and A7. RGB value is (11,33,167). Sum of RGB (Red+Green+Blue) = 11+33+167=211 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.21% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 167 (65.62% from 255 or 79.15% from 211); Max value from RGB is 167 - color contains mainly: blue. Hex color #0B21A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B21A7 is #F4DE58. Grayscale: #292929. Windows color (decimal): -16047705 or 10952971. OLE color: 10952971.

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

Color convert

RGB1133167-
CMYK0.930.8000.35
HSL231.54º87.64%34.9%-
HSV(B)231.54º93.41%65.49%-
XYZ7.663.9536.92-
YUV41.7198.71106.1-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.21%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 167 (65.62% from 255) = 79.15%
R=5.21%
G=15.64%
B=79.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11331670.930.8000.35231.5487.6434.9
HexB21A75D50023e85823
Octal134124713512004335013043
Binary101110000110100111101110110100000100011111010001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B21A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,33,167); }

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

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

 a { background-color: rgb(11,33,167); }

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

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

 span { border-color: rgb(11,33,167); }

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