#060F59

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

Shades of Sapphire #060F59

Tints of Sapphire #060F59

Color information

#060F59 (or 0x060F59) is unknown color: approx Sapphire. HEX triplet: 06, 0F and 59. RGB value is (6,15,89). Sum of RGB (Red+Green+Blue) = 6+15+89=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 89 (35.16% from 255 or 80.91% from 110); Max value from RGB is 89 - color contains mainly: blue. Hex color #060F59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060F59 is #F9F0A6. Grayscale: #141414. Windows color (decimal): -16380071 or 5836550. OLE color: 5836550.

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

Color convert

RGB61589-
CMYK0.930.8300.65
HSL233.49º87.37%18.63%-
HSV(B)233.49º93.26%34.9%-
XYZ2.051.19.56-
YUV20.74166.52117.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 15 (6.25% from 255) = 13.64%
BLUE value IS 89 (35.16% from 255) = 80.91%
R=5.45%
G=13.64%
B=80.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal615890.930.8300.65233.4987.3718.63
Hex6F595D53041e95713
Octal617131135123010135112723
Binary11011111011001101110110100110100000111101001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060F59; }

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

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

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

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

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

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

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

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