#021C50

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

Shades of Sapphire #021C50

Tints of Sapphire #021C50

Color information

#021C50 (or 0x021C50) is unknown color: approx Sapphire. HEX triplet: 02, 1C and 50. RGB value is (2,28,80). Sum of RGB (Red+Green+Blue) = 2+28+80=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 80 (31.64% from 255 or 72.73% from 110); Max value from RGB is 80 - color contains mainly: blue. Hex color #021C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C50 is #FDE3AF. Grayscale: #191919. Windows color (decimal): -16638896 or 5250050. OLE color: 5250050.

HSL color Cylindrical-coordinate representation of color #021C50: hue angle of 220º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021C50 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB22880-
CMYK0.980.6500.69
HSL220º95.12%16.08%-
HSV(B)220º97.5%31.37%-
XYZ1.891.427.76-
YUV26.15158.39110.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 28 (11.33% from 255) = 25.45%
BLUE value IS 80 (31.64% from 255) = 72.73%
R=1.82%
G=25.45%
B=72.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal228800.980.6500.6922095.1216.08
Hex21C506241045dc5f10
Octal234120142101010533413720
Binary10111001010000110001010000010100010111011100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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