#0C3170

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

Shades of Sapphire #0C3170

Tints of Sapphire #0C3170

Color information

#0C3170 (or 0x0C3170) is unknown color: approx Sapphire. HEX triplet: 0C, 31 and 70. RGB value is (12,49,112). Sum of RGB (Red+Green+Blue) = 12+49+112=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #0C3170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3170 is #F3CE8F. Grayscale: #2C2C2C. Windows color (decimal): -15978128 or 7352588. OLE color: 7352588.

HSL color Cylindrical-coordinate representation of color #0C3170: hue angle of 217.8º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C3170 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1249112-
CMYK0.890.5600.56
HSL217.8º80.65%24.31%-
HSV(B)217.8º89.29%43.92%-
XYZ4.173.4415.77-
YUV45.12165.74104.38-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.94%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 112 (44.14% from 255) = 64.74%
R=6.94%
G=28.32%
B=64.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12491120.890.5600.56217.880.6524.31
HexC31705938038da5118
Octal14611601317007033212130
Binary110011000111100001011001111000011100011011010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,49,112); }

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

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

 a { background-color: rgb(12,49,112); }

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

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

 span { border-color: rgb(12,49,112); }

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