#021A62

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

Shades of Sapphire #021A62

Tints of Sapphire #021A62

Color information

#021A62 (or 0x021A62) is unknown color: approx Sapphire. HEX triplet: 02, 1A and 62. RGB value is (2,26,98). Sum of RGB (Red+Green+Blue) = 2+26+98=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 98 (38.67% from 255 or 77.78% from 126); Max value from RGB is 98 - color contains mainly: blue. Hex color #021A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021A62 is #FDE59D. Grayscale: #1A1A1A. Windows color (decimal): -16639390 or 6429186. OLE color: 6429186.

HSL color Cylindrical-coordinate representation of color #021A62: hue angle of 225º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021A62 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB22698-
CMYK0.980.7300.62
HSL225º96%19.61%-
HSV(B)225º97.96%38.43%-
XYZ2.61.6311.73-
YUV27.03168.05110.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.59%
GREEN value IS 26 (10.55% from 255) = 20.63%
BLUE value IS 98 (38.67% from 255) = 77.78%
R=1.59%
G=20.63%
B=77.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal226980.980.7300.622259619.61
Hex21A62624903Ee16014
Octal23214214211107634114024
Binary1011010110001011000101001001011111011100001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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