#021162

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

Shades of Sapphire #021162

Tints of Sapphire #021162

Color information

#021162 (or 0x021162) is unknown color: approx Sapphire. HEX triplet: 02, 11 and 62. RGB value is (2,17,98). Sum of RGB (Red+Green+Blue) = 2+17+98=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 98 (38.67% from 255 or 83.76% from 117); Max value from RGB is 98 - color contains mainly: blue. Hex color #021162 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021162 is #FDEE9D. Grayscale: #151515. Windows color (decimal): -16641694 or 6426882. OLE color: 6426882.

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

Color convert

RGB21798-
CMYK0.980.8300.62
HSL230.62º96%19.61%-
HSV(B)230.62º97.96%38.43%-
XYZ2.431.311.68-
YUV21.75171.03113.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 17 (7.03% from 255) = 14.53%
BLUE value IS 98 (38.67% from 255) = 83.76%
R=1.71%
G=14.53%
B=83.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal217980.980.8300.62230.629619.61
Hex21162625303Ee76014
Octal22114214212307634714024
Binary1010001110001011000101010011011111011100111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021162; }

 p { color: rgb(2,17,98); }

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

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

 a { background-color: rgb(2,17,98); }

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

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

 span { border-color: rgb(2,17,98); }

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