#0C1861

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

Shades of Sapphire #0C1861

Tints of Sapphire #0C1861

Color information

#0C1861 (or 0x0C1861) is unknown color: approx Sapphire. HEX triplet: 0C, 18 and 61. RGB value is (12,24,97). Sum of RGB (Red+Green+Blue) = 12+24+97=133 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.02% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 97 (38.28% from 255 or 72.93% from 133); Max value from RGB is 97 - color contains mainly: blue. Hex color #0C1861 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1861 is #F3E79E. Grayscale: #1C1C1C. Windows color (decimal): -15984543 or 6363148. OLE color: 6363148.

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

Color convert

RGB122497-
CMYK0.880.7500.62
HSL231.53º77.98%21.37%-
HSV(B)231.53º87.63%38.04%-
XYZ2.641.5911.48-
YUV28.73166.52116.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.02%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 97 (38.28% from 255) = 72.93%
R=9.02%
G=18.05%
B=72.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1224970.880.7500.62231.5377.9821.37
HexC1861584B03Ee84e15
Octal143014113011307635011625
Binary110011000110000110110001001011011111011101000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,24,97); }

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

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

 a { background-color: rgb(12,24,97); }

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

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

 span { border-color: rgb(12,24,97); }

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