#012051

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

Shades of Sapphire #012051

Tints of Sapphire #012051

Color information

#012051 (or 0x012051) is unknown color: approx Sapphire. HEX triplet: 01, 20 and 51. RGB value is (1,32,81). Sum of RGB (Red+Green+Blue) = 1+32+81=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 81 (32.03% from 255 or 71.05% from 114); Max value from RGB is 81 - color contains mainly: blue. Hex color #012051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012051 is #FEDFAE. Grayscale: #1C1C1C. Windows color (decimal): -16703407 or 5316609. OLE color: 5316609.

HSL color Cylindrical-coordinate representation of color #012051: hue angle of 216.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012051 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB13281-
CMYK0.990.6000.68
HSL216.75º97.56%16.08%-
HSV(B)216.75º98.77%31.76%-
XYZ2.011.637.99-
YUV28.32157.73108.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 32 (12.89% from 255) = 28.07%
BLUE value IS 81 (32.03% from 255) = 71.05%
R=0.88%
G=28.07%
B=71.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal132810.990.6000.68216.7597.5616.08
Hex12051633C044d96210
Octal14012114374010433114220
Binary1100000101000111000111111000100010011011001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012051; }

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

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

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

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

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

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

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

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