#021F62

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

Shades of Sapphire #021F62

Tints of Sapphire #021F62

Color information

#021F62 (or 0x021F62) is unknown color: approx Sapphire. HEX triplet: 02, 1F and 62. RGB value is (2,31,98). Sum of RGB (Red+Green+Blue) = 2+31+98=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 98 (38.67% from 255 or 74.81% from 131); Max value from RGB is 98 - color contains mainly: blue. Hex color #021F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021F62 is #FDE09D. Grayscale: #1D1D1D. Windows color (decimal): -16638110 or 6430466. OLE color: 6430466.

HSL color Cylindrical-coordinate representation of color #021F62: hue angle of 221.88º 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 #021F62 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB23198-
CMYK0.980.6800.62
HSL221.88º96%19.61%-
HSV(B)221.88º97.96%38.43%-
XYZ2.721.8711.77-
YUV29.97166.39108.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 31 (12.5% from 255) = 23.66%
BLUE value IS 98 (38.67% from 255) = 74.81%
R=1.53%
G=23.66%
B=74.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal231980.980.6800.62221.889619.61
Hex21F62624403Ede6014
Octal23714214210407633614024
Binary1011111110001011000101000100011111011011110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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