#0C3071

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

Shades of Sapphire #0C3071

Tints of Sapphire #0C3071

Color information

#0C3071 (or 0x0C3071) is unknown color: approx Sapphire. HEX triplet: 0C, 30 and 71. RGB value is (12,48,113). Sum of RGB (Red+Green+Blue) = 12+48+113=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 113 (44.53% from 255 or 65.32% from 173); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C3071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3071 is #F3CF8E. Grayscale: #2C2C2C. Windows color (decimal): -15978383 or 7417868. OLE color: 7417868.

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

Color convert

RGB1248113-
CMYK0.890.5800.56
HSL218.61º80.8%24.51%-
HSV(B)218.61º89.38%44.31%-
XYZ4.193.3816.06-
YUV44.65166.57104.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.94%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 113 (44.53% from 255) = 65.32%
R=6.94%
G=27.75%
B=65.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12481130.890.5800.56218.6180.824.51
HexC3071593A038db5119
Octal14601611317207033312131
Binary110011000011100011011001111010011100011011011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,48,113); }

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

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

 a { background-color: rgb(12,48,113); }

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

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

 span { border-color: rgb(12,48,113); }

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