#021678

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

Shades of Sapphire #021678

Tints of Sapphire #021678

Color information

#021678 (or 0x021678) is unknown color: approx Sapphire. HEX triplet: 02, 16 and 78. RGB value is (2,22,120). Sum of RGB (Red+Green+Blue) = 2+22+120=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 120 (47.27% from 255 or 83.33% from 144); Max value from RGB is 120 - color contains mainly: blue. Hex color #021678 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021678 is #FDE987. Grayscale: #1A1A1A. Windows color (decimal): -16640392 or 7869954. OLE color: 7869954.

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

Color convert

RGB222120-
CMYK0.980.8200.53
HSL229.83º96.72%23.92%-
HSV(B)229.83º98.33%47.06%-
XYZ3.71.9417.95-
YUV27.19180.37110.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.39%
GREEN value IS 22 (8.98% from 255) = 15.28%
BLUE value IS 120 (47.27% from 255) = 83.33%
R=1.39%
G=15.28%
B=83.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2221200.980.8200.53229.8396.7223.92
Hex216786252035e66118
Octal22617014212206534614130
Binary1010110111100011000101010010011010111100110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021678; }

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

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

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

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

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

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

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

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