#021778

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

Shades of Sapphire #021778

Tints of Sapphire #021778

Color information

#021778 (or 0x021778) is unknown color: approx Sapphire. HEX triplet: 02, 17 and 78. RGB value is (2,23,120). Sum of RGB (Red+Green+Blue) = 2+23+120=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 120 (47.27% from 255 or 82.76% from 145); Max value from RGB is 120 - color contains mainly: blue. Hex color #021778 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021778 is #FDE887. Grayscale: #1B1B1B. Windows color (decimal): -16640136 or 7870210. OLE color: 7870210.

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

Color convert

RGB223120-
CMYK0.980.8100.53
HSL229.32º96.72%23.92%-
HSV(B)229.32º98.33%47.06%-
XYZ3.721.9817.96-
YUV27.78180.04109.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 23 (9.38% from 255) = 15.86%
BLUE value IS 120 (47.27% from 255) = 82.76%
R=1.38%
G=15.86%
B=82.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2231200.980.8100.53229.3296.7223.92
Hex217786251035e56118
Octal22717014212106534514130
Binary1010111111100011000101010001011010111100101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021778; }

 p { color: rgb(2,23,120); }

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

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

 a { background-color: rgb(2,23,120); }

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

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

 span { border-color: rgb(2,23,120); }

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