#021868

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

Shades of Sapphire #021868

Tints of Sapphire #021868

Color information

#021868 (or 0x021868) is unknown color: approx Sapphire. HEX triplet: 02, 18 and 68. RGB value is (2,24,104). Sum of RGB (Red+Green+Blue) = 2+24+104=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 104 (41.02% from 255 or 80% from 130); Max value from RGB is 104 - color contains mainly: blue. Hex color #021868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021868 is #FDE797. Grayscale: #1A1A1A. Windows color (decimal): -16639896 or 6821890. OLE color: 6821890.

HSL color Cylindrical-coordinate representation of color #021868: hue angle of 227.06º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021868 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB224104-
CMYK0.980.7700.59
HSL227.06º96.23%20.78%-
HSV(B)227.06º98.08%40.78%-
XYZ2.851.6713.27-
YUV26.54171.71110.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 104 (41.02% from 255) = 80%
R=1.54%
G=18.46%
B=80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2241040.980.7700.59227.0696.2320.78
Hex21868624D03Be36015
Octal23015014211507334314025
Binary1011000110100011000101001101011101111100011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021868; }

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

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

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

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

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

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

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

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