#061559

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

Shades of Sapphire #061559

Tints of Sapphire #061559

Color information

#061559 (or 0x061559) is unknown color: approx Sapphire. HEX triplet: 06, 15 and 59. RGB value is (6,21,89). Sum of RGB (Red+Green+Blue) = 6+21+89=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 89 (35.16% from 255 or 76.72% from 116); Max value from RGB is 89 - color contains mainly: blue. Hex color #061559 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061559 is #F9EAA6. Grayscale: #171717. Windows color (decimal): -16378535 or 5838086. OLE color: 5838086.

HSL color Cylindrical-coordinate representation of color #061559: hue angle of 229.16º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061559 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB62189-
CMYK0.930.7600.65
HSL229.16º87.37%18.63%-
HSV(B)229.16º93.26%34.9%-
XYZ2.151.39.59-
YUV24.27164.53114.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.17%
GREEN value IS 21 (8.59% from 255) = 18.10%
BLUE value IS 89 (35.16% from 255) = 76.72%
R=5.17%
G=18.10%
B=76.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal621890.930.7600.65229.1687.3718.63
Hex615595D4C041e55713
Octal625131135114010134512723
Binary110101011011001101110110011000100000111100101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061559; }

 p { color: rgb(6,21,89); }

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

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

 a { background-color: rgb(6,21,89); }

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

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

 span { border-color: rgb(6,21,89); }

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