#0C3073

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

Shades of Sapphire #0C3073

Tints of Sapphire #0C3073

Color information

#0C3073 (or 0x0C3073) is unknown color: approx Sapphire. HEX triplet: 0C, 30 and 73. RGB value is (12,48,115). Sum of RGB (Red+Green+Blue) = 12+48+115=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C3073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3073 is #F3CF8C. Grayscale: #2C2C2C. Windows color (decimal): -15978381 or 7548940. OLE color: 7548940.

HSL color Cylindrical-coordinate representation of color #0C3073: hue angle of 219.03º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C3073 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1248115-
CMYK0.900.5800.55
HSL219.03º81.1%24.9%-
HSV(B)219.03º89.57%45.1%-
XYZ4.33.4316.65-
YUV44.87167.57104.55-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.86%
GREEN value IS 48 (19.14% from 255) = 27.43%
BLUE value IS 115 (45.31% from 255) = 65.71%
R=6.86%
G=27.43%
B=65.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12481150.900.5800.55219.0381.124.9
HexC30735A3A037db5119
Octal14601631327206733312131
Binary110011000011100111011010111010011011111011011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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