#0C1962

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

Shades of Sapphire #0C1962

Tints of Sapphire #0C1962

Color information

#0C1962 (or 0x0C1962) is unknown color: approx Sapphire. HEX triplet: 0C, 19 and 62. RGB value is (12,25,98). Sum of RGB (Red+Green+Blue) = 12+25+98=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 98 (38.67% from 255 or 72.59% from 135); Max value from RGB is 98 - color contains mainly: blue. Hex color #0C1962 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1962 is #F3E69D. Grayscale: #1D1D1D. Windows color (decimal): -15984286 or 6428940. OLE color: 6428940.

HSL color Cylindrical-coordinate representation of color #0C1962: hue angle of 230.93º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C1962 is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB122598-
CMYK0.880.7400.62
HSL230.93º78.18%21.57%-
HSV(B)230.93º87.76%38.43%-
XYZ2.71.6611.73-
YUV29.44166.69115.56-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.89%
GREEN value IS 25 (10.16% from 255) = 18.52%
BLUE value IS 98 (38.67% from 255) = 72.59%
R=8.89%
G=18.52%
B=72.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1225980.880.7400.62230.9378.1821.57
HexC1962584A03Ee74e16
Octal143114213011207634711626
Binary110011001110001010110001001010011111011100111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,25,98); }

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

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

 a { background-color: rgb(12,25,98); }

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

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

 span { border-color: rgb(12,25,98); }

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