#021A51

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

Shades of Sapphire #021A51

Tints of Sapphire #021A51

Color information

#021A51 (or 0x021A51) is unknown color: approx Sapphire. HEX triplet: 02, 1A and 51. RGB value is (2,26,81). Sum of RGB (Red+Green+Blue) = 2+26+81=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 81 (32.03% from 255 or 74.31% from 109); Max value from RGB is 81 - color contains mainly: blue. Hex color #021A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021A51 is #FDE5AE. Grayscale: #181818. Windows color (decimal): -16639407 or 5315074. OLE color: 5315074.

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

Color convert

RGB22681-
CMYK0.980.6800.68
HSL221.77º95.18%16.27%-
HSV(B)221.77º97.53%31.76%-
XYZ1.881.357.95-
YUV25.09159.55111.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 26 (10.55% from 255) = 23.85%
BLUE value IS 81 (32.03% from 255) = 74.31%
R=1.83%
G=23.85%
B=74.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal226810.980.6800.68221.7795.1816.27
Hex21A516244044de5f10
Octal232121142104010433613720
Binary10110101010001110001010001000100010011011110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,26,81); }

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

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

 a { background-color: rgb(2,26,81); }

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

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

 span { border-color: rgb(2,26,81); }

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