#0b219c

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

Shades of Egyptian Blue #0B219C

Tints of Egyptian Blue #0B219C

Color information

#0B219C (or 0x0B219C) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 21 and 9C. RGB value is (11,33,156). Sum of RGB (Red+Green+Blue) = 11+33+156=200 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 156 (61.33% from 255 or 78% from 200); Max value from RGB is 156 - color contains mainly: blue. Hex color #0B219C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B219C is #F4DE63. Grayscale: #272727. Windows color (decimal): -16047716 or 10232075. OLE color: 10232075.

HSL color Cylindrical-coordinate representation of color #0B219C: hue angle of 230.9º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B219C is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1133156-
CMYK0.930.7900.39
HSL230.9º86.83%32.75%-
HSV(B)230.9º92.95%61.18%-
XYZ6.683.5631.79-
YUV40.44193.21107-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.5%
GREEN value IS 33 (13.28% from 255) = 16.5%
BLUE value IS 156 (61.33% from 255) = 78%
R=5.5%
G=16.5%
B=78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11331560.930.7900.39230.986.8332.75
HexB219C5D4F027e75721
Octal134123413511704734712741
Binary101110000110011100101110110011110100111111001111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b219c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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