#060F50

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

Shades of Sapphire #060F50

Tints of Sapphire #060F50

Color information

#060F50 (or 0x060F50) is unknown color: approx Sapphire. HEX triplet: 06, 0F and 50. RGB value is (6,15,80). Sum of RGB (Red+Green+Blue) = 6+15+80=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 80 (31.64% from 255 or 79.21% from 101); Max value from RGB is 80 - color contains mainly: blue. Hex color #060F50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060F50 is #F9F0AF. Grayscale: #131313. Windows color (decimal): -16380080 or 5246726. OLE color: 5246726.

HSL color Cylindrical-coordinate representation of color #060F50: hue angle of 232.7º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060F50 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB61580-
CMYK0.920.8100.69
HSL232.7º86.05%16.86%-
HSV(B)232.7º92.5%31.37%-
XYZ1.690.967.69-
YUV19.72162.02118.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.94%
GREEN value IS 15 (6.25% from 255) = 14.85%
BLUE value IS 80 (31.64% from 255) = 79.21%
R=5.94%
G=14.85%
B=79.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal615800.920.8100.69232.786.0516.86
Hex6F505C51045e95611
Octal617120134121010535112621
Binary11011111010000101110010100010100010111101001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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