#012060

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

Shades of Sapphire #012060

Tints of Sapphire #012060

Color information

#012060 (or 0x012060) is unknown color: approx Sapphire. HEX triplet: 01, 20 and 60. RGB value is (1,32,96). Sum of RGB (Red+Green+Blue) = 1+32+96=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 96 (37.89% from 255 or 74.42% from 129); Max value from RGB is 96 - color contains mainly: blue. Hex color #012060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012060 is #FEDF9F. Grayscale: #1D1D1D. Windows color (decimal): -16703392 or 6299649. OLE color: 6299649.

HSL color Cylindrical-coordinate representation of color #012060: hue angle of 220.42º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012060 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB13296-
CMYK0.990.6700.62
HSL220.42º97.94%19.02%-
HSV(B)220.42º98.96%37.65%-
XYZ2.641.8811.29-
YUV30.03165.23107.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 32 (12.89% from 255) = 24.81%
BLUE value IS 96 (37.89% from 255) = 74.42%
R=0.78%
G=24.81%
B=74.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal132960.990.6700.62220.4297.9419.02
Hex12060634303Edc6213
Octal14014014310307633414223
Binary1100000110000011000111000011011111011011100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012060; }

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

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

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

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

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

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

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

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