#021169

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

Shades of Sapphire #021169

Tints of Sapphire #021169

Color information

#021169 (or 0x021169) is unknown color: approx Sapphire. HEX triplet: 02, 11 and 69. RGB value is (2,17,105). Sum of RGB (Red+Green+Blue) = 2+17+105=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 105 (41.41% from 255 or 84.68% from 124); Max value from RGB is 105 - color contains mainly: blue. Hex color #021169 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021169 is #FDEE96. Grayscale: #161616. Windows color (decimal): -16641687 or 6885634. OLE color: 6885634.

HSL color Cylindrical-coordinate representation of color #021169: hue angle of 231.26º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021169 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB217105-
CMYK0.980.8400.59
HSL231.26º96.26%20.98%-
HSV(B)231.26º98.1%41.18%-
XYZ2.781.4313.5-
YUV22.55174.53113.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 17 (7.03% from 255) = 13.71%
BLUE value IS 105 (41.41% from 255) = 84.68%
R=1.61%
G=13.71%
B=84.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2171050.980.8400.59231.2696.2620.98
Hex21169625403Be76015
Octal22115114212407334714025
Binary1010001110100111000101010100011101111100111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021169; }

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

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

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

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

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

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

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

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