#000C56

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

Shades of Sapphire #000C56

Tints of Sapphire #000C56

Color information

#000C56 (or 0x000C56) is unknown color: approx Sapphire. HEX triplet: 00, 0C and 56. RGB value is (0,12,86). Sum of RGB (Red+Green+Blue) = 0+12+86=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 86 (33.98% from 255 or 87.76% from 98); Max value from RGB is 86 - color contains mainly: blue. Hex color #000C56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000C56 is #FFF3A9. Grayscale: #101010. Windows color (decimal): -16774058 or 5639168. OLE color: 5639168.

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

Color convert

RGB01286-
CMYK10.8600.66
HSL231.63º100%16.86%-
HSV(B)231.63º100%33.73%-
XYZ1.810.938.89-
YUV16.85167.02115.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 12 (5.08% from 255) = 12.24%
BLUE value IS 86 (33.98% from 255) = 87.76%
R=0%
G=12.24%
B=87.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal0128610.8600.66231.6310016.86
Hex0C566456042e86411
Octal014126144126010235014421
Binary011001010110110010010101100100001011101000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000C56; }

 p { color: rgb(0,12,86); }

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

<style>
 a { background-color: #000C56; }

 a { background-color: rgb(0,12,86); }

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

<style>
 span { border-color: #000C56; }

 span { border-color: rgb(0,12,86); }

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