#021C4D

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

Shades of Sapphire #021C4D

Tints of Sapphire #021C4D

Color information

#021C4D (or 0x021C4D) is unknown color: approx Sapphire. HEX triplet: 02, 1C and 4D. RGB value is (2,28,77). Sum of RGB (Red+Green+Blue) = 2+28+77=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 77 (30.47% from 255 or 71.96% from 107); Max value from RGB is 77 - color contains mainly: blue. Hex color #021C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C4D is #FDE3B2. Grayscale: #191919. Windows color (decimal): -16638899 or 5053442. OLE color: 5053442.

HSL color Cylindrical-coordinate representation of color #021C4D: hue angle of 219.2º 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 #021C4D is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB22877-
CMYK0.970.6400.70
HSL219.2º94.94%15.49%-
HSV(B)219.2º97.4%30.2%-
XYZ1.781.387.19-
YUV25.81156.89111.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.87%
GREEN value IS 28 (11.33% from 255) = 26.17%
BLUE value IS 77 (30.47% from 255) = 71.96%
R=1.87%
G=26.17%
B=71.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal228770.970.6400.70219.294.9415.49
Hex21C4D6140046db5ff
Octal234115141100010633313717
Binary1011100100110111000011000000010001101101101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,28,77); }

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

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

 a { background-color: rgb(2,28,77); }

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

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

 span { border-color: rgb(2,28,77); }

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