#0C219B

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

Shades of Egyptian Blue #0C219B

Tints of Egyptian Blue #0C219B

Color information

#0C219B (or 0x0C219B) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 21 and 9B. RGB value is (12,33,155). Sum of RGB (Red+Green+Blue) = 12+33+155=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 155 (60.94% from 255 or 77.5% from 200); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C219B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C219B is #F3DE64. Grayscale: #282828. Windows color (decimal): -15982181 or 10166540. OLE color: 10166540.

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

Color convert

RGB1233155-
CMYK0.920.7900.39
HSL231.19º85.63%32.75%-
HSV(B)231.19º92.26%60.78%-
XYZ6.613.5331.34-
YUV40.63192.54107.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6%
GREEN value IS 33 (13.28% from 255) = 16.5%
BLUE value IS 155 (60.94% from 255) = 77.5%
R=6%
G=16.5%
B=77.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12331550.920.7900.39231.1985.6332.75
HexC219B5C4F027e75621
Octal144123313411704734712641
Binary110010000110011011101110010011110100111111001111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C219B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,33,155); }

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

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

 a { background-color: rgb(12,33,155); }

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

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

 span { border-color: rgb(12,33,155); }

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