#021D4C

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

Shades of Sapphire #021D4C

Tints of Sapphire #021D4C

Color information

#021D4C (or 0x021D4C) is unknown color: approx Sapphire. HEX triplet: 02, 1D and 4C. RGB value is (2,29,76). Sum of RGB (Red+Green+Blue) = 2+29+76=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 76 (30.08% from 255 or 71.03% from 107); Max value from RGB is 76 - color contains mainly: blue. Hex color #021D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021D4C is #FDE2B3. Grayscale: #1A1A1A. Windows color (decimal): -16638644 or 4988162. OLE color: 4988162.

HSL color Cylindrical-coordinate representation of color #021D4C: hue angle of 218.11º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021D4C is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB22976-
CMYK0.970.6200.70
HSL218.11º94.87%15.29%-
HSV(B)218.11º97.37%29.8%-
XYZ1.771.417.02-
YUV26.28156.05110.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.87%
GREEN value IS 29 (11.72% from 255) = 27.10%
BLUE value IS 76 (30.08% from 255) = 71.03%
R=1.87%
G=27.10%
B=71.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal229760.970.6200.70218.1194.8715.29
Hex21D4C613E046da5ff
Octal23511414176010633213717
Binary101110110011001100001111110010001101101101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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