#021978

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

Shades of Sapphire #021978

Tints of Sapphire #021978

Color information

#021978 (or 0x021978) is unknown color: approx Sapphire. HEX triplet: 02, 19 and 78. RGB value is (2,25,120). Sum of RGB (Red+Green+Blue) = 2+25+120=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 120 (47.27% from 255 or 81.63% from 147); Max value from RGB is 120 - color contains mainly: blue. Hex color #021978 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021978 is #FDE687. Grayscale: #1C1C1C. Windows color (decimal): -16639624 or 7870722. OLE color: 7870722.

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

Color convert

RGB225120-
CMYK0.980.7900.53
HSL228.31º96.72%23.92%-
HSV(B)228.31º98.33%47.06%-
XYZ3.762.0617.97-
YUV28.95179.38108.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 120 (47.27% from 255) = 81.63%
R=1.36%
G=17.01%
B=81.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2251200.980.7900.53228.3196.7223.92
Hex21978624F035e46118
Octal23117014211706534414130
Binary1011001111100011000101001111011010111100100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021978; }

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

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

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

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

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

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

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

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