#061A59

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

Shades of Sapphire #061A59

Tints of Sapphire #061A59

Color information

#061A59 (or 0x061A59) is unknown color: approx Sapphire. HEX triplet: 06, 1A and 59. RGB value is (6,26,89). Sum of RGB (Red+Green+Blue) = 6+26+89=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 89 (35.16% from 255 or 73.55% from 121); Max value from RGB is 89 - color contains mainly: blue. Hex color #061A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061A59 is #F9E5A6. Grayscale: #1A1A1A. Windows color (decimal): -16377255 or 5839366. OLE color: 5839366.

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

Color convert

RGB62689-
CMYK0.930.7100.65
HSL225.54º87.37%18.63%-
HSV(B)225.54º93.26%34.9%-
XYZ2.251.59.62-
YUV27.2162.87112.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 26 (10.55% from 255) = 21.49%
BLUE value IS 89 (35.16% from 255) = 73.55%
R=4.96%
G=21.49%
B=73.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal626890.930.7100.65225.5487.3718.63
Hex61A595D47041e25713
Octal632131135107010134212723
Binary110110101011001101110110001110100000111100010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061A59; }

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

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

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

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

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

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

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

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