#0C215B

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

Shades of Sapphire #0C215B

Tints of Sapphire #0C215B

Color information

#0C215B (or 0x0C215B) is unknown color: approx Sapphire. HEX triplet: 0C, 21 and 5B. RGB value is (12,33,91). Sum of RGB (Red+Green+Blue) = 12+33+91=136 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.82% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 91 (35.94% from 255 or 66.91% from 136); Max value from RGB is 91 - color contains mainly: blue. Hex color #0C215B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C215B is #F3DEA4. Grayscale: #212121. Windows color (decimal): -15982245 or 5972236. OLE color: 5972236.

HSL color Cylindrical-coordinate representation of color #0C215B: hue angle of 224.05º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C215B is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB123391-
CMYK0.870.6400.64
HSL224.05º76.7%20.2%-
HSV(B)224.05º86.81%35.69%-
XYZ2.581.9210.13-
YUV33.33160.54112.78-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.82%
GREEN value IS 33 (13.28% from 255) = 24.26%
BLUE value IS 91 (35.94% from 255) = 66.91%
R=8.82%
G=24.26%
B=66.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1233910.870.6400.64224.0576.720.2
HexC215B5740040e04d14
Octal1441133127100010034011524
Binary11001000011011011101011110000000100000011100000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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