#021D84

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

Shades of Sapphire #021D84

Tints of Sapphire #021D84

Color information

#021D84 (or 0x021D84) is unknown color: approx Sapphire. HEX triplet: 02, 1D and 84. RGB value is (2,29,132). Sum of RGB (Red+Green+Blue) = 2+29+132=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 132 (51.95% from 255 or 80.98% from 163); Max value from RGB is 132 - color contains mainly: blue. Hex color #021D84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021D84 is #FDE27B. Grayscale: #202020. Windows color (decimal): -16638588 or 8658178. OLE color: 8658178.

HSL color Cylindrical-coordinate representation of color #021D84: hue angle of 227.54º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021D84 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB229132-
CMYK0.980.7800.48
HSL227.54º97.01%26.27%-
HSV(B)227.54º98.48%51.76%-
XYZ4.632.5622.08-
YUV32.67184.05106.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 29 (11.72% from 255) = 17.79%
BLUE value IS 132 (51.95% from 255) = 80.98%
R=1.23%
G=17.79%
B=80.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2291320.980.7800.48227.5497.0126.27
Hex21D84624E030e4611a
Octal23520414211606034414132
Binary10111011000010011000101001110011000011100100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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