#021862

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

Shades of Sapphire #021862

Tints of Sapphire #021862

Color information

#021862 (or 0x021862) is unknown color: approx Sapphire. HEX triplet: 02, 18 and 62. RGB value is (2,24,98). Sum of RGB (Red+Green+Blue) = 2+24+98=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 98 (38.67% from 255 or 79.03% from 124); Max value from RGB is 98 - color contains mainly: blue. Hex color #021862 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021862 is #FDE79D. Grayscale: #191919. Windows color (decimal): -16639902 or 6428674. OLE color: 6428674.

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

Color convert

RGB22498-
CMYK0.980.7600.62
HSL226.25º96%19.61%-
HSV(B)226.25º97.96%38.43%-
XYZ2.561.5511.72-
YUV25.86168.71110.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 24 (9.77% from 255) = 19.35%
BLUE value IS 98 (38.67% from 255) = 79.03%
R=1.61%
G=19.35%
B=79.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal224980.980.7600.62226.259619.61
Hex21862624C03Ee26014
Octal23014214211407634214024
Binary1011000110001011000101001100011111011100010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021862; }

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

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

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

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

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

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

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

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