#061459

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

Shades of Sapphire #061459

Tints of Sapphire #061459

Color information

#061459 (or 0x061459) is unknown color: approx Sapphire. HEX triplet: 06, 14 and 59. RGB value is (6,20,89). Sum of RGB (Red+Green+Blue) = 6+20+89=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 89 (35.16% from 255 or 77.39% from 115); Max value from RGB is 89 - color contains mainly: blue. Hex color #061459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061459 is #F9EBA6. Grayscale: #171717. Windows color (decimal): -16378791 or 5837830. OLE color: 5837830.

HSL color Cylindrical-coordinate representation of color #061459: hue angle of 229.88º 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 #061459 is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB62089-
CMYK0.930.7800.65
HSL229.88º87.37%18.63%-
HSV(B)229.88º93.26%34.9%-
XYZ2.131.269.58-
YUV23.68164.86115.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 20 (8.20% from 255) = 17.39%
BLUE value IS 89 (35.16% from 255) = 77.39%
R=5.22%
G=17.39%
B=77.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal620890.930.7800.65229.8887.3718.63
Hex614595D4E041e65713
Octal624131135116010134612723
Binary110101001011001101110110011100100000111100110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061459; }

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

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

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

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

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

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

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

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