#012056

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

Shades of Sapphire #012056

Tints of Sapphire #012056

Color information

#012056 (or 0x012056) is unknown color: approx Sapphire. HEX triplet: 01, 20 and 56. RGB value is (1,32,86). Sum of RGB (Red+Green+Blue) = 1+32+86=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 86 (33.98% from 255 or 72.27% from 119); Max value from RGB is 86 - color contains mainly: blue. Hex color #012056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012056 is #FEDFA9. Grayscale: #1C1C1C. Windows color (decimal): -16703402 or 5644289. OLE color: 5644289.

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

Color convert

RGB13286-
CMYK0.990.6300.66
HSL218.12º97.7%17.06%-
HSV(B)218.12º98.84%33.73%-
XYZ2.211.719.02-
YUV28.89160.23108.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 32 (12.89% from 255) = 26.89%
BLUE value IS 86 (33.98% from 255) = 72.27%
R=0.84%
G=26.89%
B=72.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal132860.990.6300.66218.1297.717.06
Hex12056633F042da6211
Octal14012614377010233214221
Binary1100000101011011000111111110100001011011010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012056; }

 p { color: rgb(1,32,86); }

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

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

 a { background-color: rgb(1,32,86); }

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

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

 span { border-color: rgb(1,32,86); }

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