#0C316D

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

Shades of Sapphire #0C316D

Tints of Sapphire #0C316D

Color information

#0C316D (or 0x0C316D) is unknown color: approx Sapphire. HEX triplet: 0C, 31 and 6D. RGB value is (12,49,109). Sum of RGB (Red+Green+Blue) = 12+49+109=170 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.06% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 109 (42.97% from 255 or 64.12% from 170); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C316D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C316D is #F3CE92. Grayscale: #2C2C2C. Windows color (decimal): -15978131 or 7155980. OLE color: 7155980.

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

Color convert

RGB1249109-
CMYK0.890.5500.57
HSL217.11º80.17%23.73%-
HSV(B)217.11º88.99%42.75%-
XYZ4.013.3814.91-
YUV44.78164.24104.62-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.06%
GREEN value IS 49 (19.53% from 255) = 28.82%
BLUE value IS 109 (42.97% from 255) = 64.12%
R=7.06%
G=28.82%
B=64.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal12491090.890.5500.57217.1180.1723.73
HexC316D5937039d95018
Octal14611551316707133112030
Binary110011000111011011011001110111011100111011001101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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