#021876

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

Shades of Sapphire #021876

Tints of Sapphire #021876

Color information

#021876 (or 0x021876) is unknown color: approx Sapphire. HEX triplet: 02, 18 and 76. RGB value is (2,24,118). Sum of RGB (Red+Green+Blue) = 2+24+118=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 118 (46.48% from 255 or 81.94% from 144); Max value from RGB is 118 - color contains mainly: blue. Hex color #021876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021876 is #FDE789. Grayscale: #1B1B1B. Windows color (decimal): -16639882 or 7739394. OLE color: 7739394.

HSL color Cylindrical-coordinate representation of color #021876: hue angle of 228.62º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021876 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB224118-
CMYK0.980.8000.54
HSL228.62º96.67%23.53%-
HSV(B)228.62º98.31%46.27%-
XYZ3.621.9717.33-
YUV28.14178.71109.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.39%
GREEN value IS 24 (9.77% from 255) = 16.67%
BLUE value IS 118 (46.48% from 255) = 81.94%
R=1.39%
G=16.67%
B=81.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2241180.980.8000.54228.6296.6723.53
Hex218766250036e56118
Octal23016614212006634514130
Binary1011000111011011000101010000011011011100101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021876; }

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

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

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

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

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

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

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

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