#061979

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

Shades of Sapphire #061979

Tints of Sapphire #061979

Color information

#061979 (or 0x061979) is unknown color: approx Sapphire. HEX triplet: 06, 19 and 79. RGB value is (6,25,121). Sum of RGB (Red+Green+Blue) = 6+25+121=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 121 (47.66% from 255 or 79.61% from 152); Max value from RGB is 121 - color contains mainly: blue. Hex color #061979 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061979 is #F9E686. Grayscale: #1D1D1D. Windows color (decimal): -16377479 or 7936262. OLE color: 7936262.

HSL color Cylindrical-coordinate representation of color #061979: hue angle of 230.09º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061979 is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB625121-
CMYK0.950.7900.53
HSL230.09º90.55%24.9%-
HSV(B)230.09º95.04%47.45%-
XYZ3.872.1118.29-
YUV30.26179.21110.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 25 (10.16% from 255) = 16.45%
BLUE value IS 121 (47.66% from 255) = 79.61%
R=3.95%
G=16.45%
B=79.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6251210.950.7900.53230.0990.5524.9
Hex619795F4F035e65b19
Octal63117113711706534613331
Binary11011001111100110111111001111011010111100110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061979; }

 p { color: rgb(6,25,121); }

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

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

 a { background-color: rgb(6,25,121); }

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

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

 span { border-color: rgb(6,25,121); }

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