#021B62

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

Shades of Sapphire #021B62

Tints of Sapphire #021B62

Color information

#021B62 (or 0x021B62) is unknown color: approx Sapphire. HEX triplet: 02, 1B and 62. RGB value is (2,27,98). Sum of RGB (Red+Green+Blue) = 2+27+98=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 98 (38.67% from 255 or 77.17% from 127); Max value from RGB is 98 - color contains mainly: blue. Hex color #021B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021B62 is #FDE49D. Grayscale: #1B1B1B. Windows color (decimal): -16639134 or 6429442. OLE color: 6429442.

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

Color convert

RGB22798-
CMYK0.980.7200.62
HSL224.38º96%19.61%-
HSV(B)224.38º97.96%38.43%-
XYZ2.621.6811.74-
YUV27.62167.72109.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.57%
GREEN value IS 27 (10.94% from 255) = 21.26%
BLUE value IS 98 (38.67% from 255) = 77.17%
R=1.57%
G=21.26%
B=77.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal227980.980.7200.62224.389619.61
Hex21B62624803Ee06014
Octal23314214211007634014024
Binary1011011110001011000101001000011111011100000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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