#021D66

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

Shades of Sapphire #021D66

Tints of Sapphire #021D66

Color information

#021D66 (or 0x021D66) is unknown color: approx Sapphire. HEX triplet: 02, 1D and 66. RGB value is (2,29,102). Sum of RGB (Red+Green+Blue) = 2+29+102=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 102 (40.23% from 255 or 76.69% from 133); Max value from RGB is 102 - color contains mainly: blue. Hex color #021D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021D66 is #FDE299. Grayscale: #1C1C1C. Windows color (decimal): -16638618 or 6692098. OLE color: 6692098.

HSL color Cylindrical-coordinate representation of color #021D66: hue angle of 223.8º 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 #021D66 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB229102-
CMYK0.980.7200.6
HSL223.8º96.15%20.39%-
HSV(B)223.8º98.04%40%-
XYZ2.861.8512.78-
YUV29.25169.05108.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.50%
GREEN value IS 29 (11.72% from 255) = 21.80%
BLUE value IS 102 (40.23% from 255) = 76.69%
R=1.50%
G=21.80%
B=76.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2291020.980.7200.6223.896.1520.39
Hex21D66624803Ce06014
Octal23514614211007434014024
Binary1011101110011011000101001000011110011100000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021D66; }

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

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

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

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

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

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

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

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