#021966

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

Shades of Sapphire #021966

Tints of Sapphire #021966

Color information

#021966 (or 0x021966) is unknown color: approx Sapphire. HEX triplet: 02, 19 and 66. RGB value is (2,25,102). Sum of RGB (Red+Green+Blue) = 2+25+102=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 102 (40.23% from 255 or 79.07% from 129); Max value from RGB is 102 - color contains mainly: blue. Hex color #021966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021966 is #FDE699. Grayscale: #1A1A1A. Windows color (decimal): -16639642 or 6691074. OLE color: 6691074.

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

Color convert

RGB225102-
CMYK0.980.7500.6
HSL226.2º96.15%20.39%-
HSV(B)226.2º98.04%40%-
XYZ2.771.6712.75-
YUV26.9170.38110.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 25 (10.16% from 255) = 19.38%
BLUE value IS 102 (40.23% from 255) = 79.07%
R=1.55%
G=19.38%
B=79.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2251020.980.7500.6226.296.1520.39
Hex21966624B03Ce26014
Octal23114614211307434214024
Binary1011001110011011000101001011011110011100010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021966; }

 p { color: rgb(2,25,102); }

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

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

 a { background-color: rgb(2,25,102); }

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

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

 span { border-color: rgb(2,25,102); }

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