#0C2B6C

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

Shades of Sapphire #0C2B6C

Tints of Sapphire #0C2B6C

Color information

#0C2B6C (or 0x0C2B6C) is unknown color: approx Sapphire. HEX triplet: 0C, 2B and 6C. RGB value is (12,43,108). Sum of RGB (Red+Green+Blue) = 12+43+108=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 108 (42.58% from 255 or 66.26% from 163); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C2B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2B6C is #F3D493. Grayscale: #282828. Windows color (decimal): -15979668 or 7088908. OLE color: 7088908.

HSL color Cylindrical-coordinate representation of color #0C2B6C: hue angle of 220.62º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C2B6C is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1243108-
CMYK0.890.6000.58
HSL220.62º80%23.53%-
HSV(B)220.62º88.89%42.35%-
XYZ3.722.8914.55-
YUV41.14165.73107.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.36%
GREEN value IS 43 (17.19% from 255) = 26.38%
BLUE value IS 108 (42.58% from 255) = 66.26%
R=7.36%
G=26.38%
B=66.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal12431080.890.6000.58220.628023.53
HexC2B6C593C03Add5018
Octal14531541317407233512030
Binary110010101111011001011001111100011101011011101101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,43,108); }

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

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

 a { background-color: rgb(12,43,108); }

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

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

 span { border-color: rgb(12,43,108); }

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