#021C4C

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

Shades of Sapphire #021C4C

Tints of Sapphire #021C4C

Color information

#021C4C (or 0x021C4C) is unknown color: approx Sapphire. HEX triplet: 02, 1C and 4C. RGB value is (2,28,76). Sum of RGB (Red+Green+Blue) = 2+28+76=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 76 (30.08% from 255 or 71.70% from 106); Max value from RGB is 76 - color contains mainly: blue. Hex color #021C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C4C is #FDE3B3. Grayscale: #191919. Windows color (decimal): -16638900 or 4987906. OLE color: 4987906.

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

Color convert

RGB22876-
CMYK0.970.6300.70
HSL218.92º94.87%15.29%-
HSV(B)218.92º97.37%29.8%-
XYZ1.741.377.01-
YUV25.7156.39111.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 28 (11.33% from 255) = 26.42%
BLUE value IS 76 (30.08% from 255) = 71.70%
R=1.89%
G=26.42%
B=71.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal228760.970.6300.70218.9294.8715.29
Hex21C4C613F046db5ff
Octal23411414177010633313717
Binary101110010011001100001111111010001101101101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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