#012062

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

Shades of Sapphire #012062

Tints of Sapphire #012062

Color information

#012062 (or 0x012062) is unknown color: approx Sapphire. HEX triplet: 01, 20 and 62. RGB value is (1,32,98). Sum of RGB (Red+Green+Blue) = 1+32+98=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 98 (38.67% from 255 or 74.81% from 131); Max value from RGB is 98 - color contains mainly: blue. Hex color #012062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012062 is #FEDF9D. Grayscale: #1D1D1D. Windows color (decimal): -16703390 or 6430721. OLE color: 6430721.

HSL color Cylindrical-coordinate representation of color #012062: hue angle of 220.82º 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 #012062 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB13298-
CMYK0.990.6700.62
HSL220.82º97.98%19.41%-
HSV(B)220.82º98.98%38.43%-
XYZ2.731.9211.78-
YUV30.26166.23107.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 32 (12.89% from 255) = 24.43%
BLUE value IS 98 (38.67% from 255) = 74.81%
R=0.76%
G=24.43%
B=74.81%

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
Decimal132980.990.6700.62220.8297.9819.41
Hex12062634303Edd6213
Octal14014214310307633514223
Binary1100000110001011000111000011011111011011101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012062; }

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

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

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

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

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

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

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

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