#021D7C

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

Shades of Sapphire #021D7C

Tints of Sapphire #021D7C

Color information

#021D7C (or 0x021D7C) is unknown color: approx Sapphire. HEX triplet: 02, 1D and 7C. RGB value is (2,29,124). Sum of RGB (Red+Green+Blue) = 2+29+124=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 124 (48.83% from 255 or 80% from 155); Max value from RGB is 124 - color contains mainly: blue. Hex color #021D7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021D7C is #FDE283. Grayscale: #1F1F1F. Windows color (decimal): -16638596 or 8133890. OLE color: 8133890.

HSL color Cylindrical-coordinate representation of color #021D7C: hue angle of 226.72º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021D7C is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB229124-
CMYK0.980.7700.51
HSL226.72º96.83%24.71%-
HSV(B)226.72º98.39%48.63%-
XYZ4.12.3519.31-
YUV31.76180.05106.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.29%
GREEN value IS 29 (11.72% from 255) = 18.71%
BLUE value IS 124 (48.83% from 255) = 80%
R=1.29%
G=18.71%
B=80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2291240.980.7700.51226.7296.8324.71
Hex21D7C624D033e36119
Octal23517414211506334314131
Binary1011101111110011000101001101011001111100011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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