#021864

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

Shades of Sapphire #021864

Tints of Sapphire #021864

Color information

#021864 (or 0x021864) is unknown color: approx Sapphire. HEX triplet: 02, 18 and 64. RGB value is (2,24,100). Sum of RGB (Red+Green+Blue) = 2+24+100=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 100 (39.45% from 255 or 79.37% from 126); Max value from RGB is 100 - color contains mainly: blue. Hex color #021864 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021864 is #FDE79B. Grayscale: #191919. Windows color (decimal): -16639900 or 6559746. OLE color: 6559746.

HSL color Cylindrical-coordinate representation of color #021864: hue angle of 226.53º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021864 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB224100-
CMYK0.980.7600.61
HSL226.53º96.08%20%-
HSV(B)226.53º98%39.22%-
XYZ2.651.5912.22-
YUV26.09169.71110.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.59%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 100 (39.45% from 255) = 79.37%
R=1.59%
G=19.05%
B=79.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2241000.980.7600.61226.5396.0820
Hex21864624C03De36014
Octal23014414211407534314024
Binary1011000110010011000101001100011110111100011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021864; }

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

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

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

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

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

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

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

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