#0C2968

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

Shades of Sapphire #0C2968

Tints of Sapphire #0C2968

Color information

#0C2968 (or 0x0C2968) is unknown color: approx Sapphire. HEX triplet: 0C, 29 and 68. RGB value is (12,41,104). Sum of RGB (Red+Green+Blue) = 12+41+104=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 104 (41.02% from 255 or 66.24% from 157); Max value from RGB is 104 - color contains mainly: blue. Hex color #0C2968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2968 is #F3D697. Grayscale: #272727. Windows color (decimal): -15980184 or 6826252. OLE color: 6826252.

HSL color Cylindrical-coordinate representation of color #0C2968: hue angle of 221.09º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C2968 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1241104-
CMYK0.880.6100.59
HSL221.09º79.31%22.75%-
HSV(B)221.09º88.46%40.78%-
XYZ3.442.6613.43-
YUV39.51164.39108.38-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.64%
GREEN value IS 41 (16.41% from 255) = 26.11%
BLUE value IS 104 (41.02% from 255) = 66.24%
R=7.64%
G=26.11%
B=66.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal12411040.880.6100.59221.0979.3122.75
HexC2968583D03Bdd4f17
Octal14511501307507333511727
Binary110010100111010001011000111101011101111011101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,41,104); }

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

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

 a { background-color: rgb(12,41,104); }

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

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

 span { border-color: rgb(12,41,104); }

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