#0C1657

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

Shades of Sapphire #0C1657

Tints of Sapphire #0C1657

Color information

#0C1657 (or 0x0C1657) is unknown color: approx Sapphire. HEX triplet: 0C, 16 and 57. RGB value is (12,22,87). Sum of RGB (Red+Green+Blue) = 12+22+87=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 87 (34.38% from 255 or 71.90% from 121); Max value from RGB is 87 - color contains mainly: blue. Hex color #0C1657 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1657 is #F3E9A8. Grayscale: #1A1A1A. Windows color (decimal): -15985065 or 5707276. OLE color: 5707276.

HSL color Cylindrical-coordinate representation of color #0C1657: hue angle of 232º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C1657 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB122287-
CMYK0.860.7500.66
HSL232º75.76%19.41%-
HSV(B)232º86.21%34.12%-
XYZ2.161.349.16-
YUV26.42162.19117.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.92%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 87 (34.38% from 255) = 71.90%
R=9.92%
G=18.18%
B=71.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1222870.860.7500.6623275.7619.41
HexC1657564B042e84c13
Octal1426127126113010235011423
Binary1100101101010111101011010010110100001011101000100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,22,87); }

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

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

 a { background-color: rgb(12,22,87); }

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

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

 span { border-color: rgb(12,22,87); }

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