#060F4F

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

Shades of Sapphire #060F4F

Tints of Sapphire #060F4F

Color information

#060F4F (or 0x060F4F) is unknown color: approx Sapphire. HEX triplet: 06, 0F and 4F. RGB value is (6,15,79). Sum of RGB (Red+Green+Blue) = 6+15+79=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 79 (31.25% from 255 or 79% from 100); Max value from RGB is 79 - color contains mainly: blue. Hex color #060F4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060F4F is #F9F0B0. Grayscale: #131313. Windows color (decimal): -16380081 or 5181190. OLE color: 5181190.

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

Color convert

RGB61579-
CMYK0.920.8100.69
HSL232.6º85.88%16.67%-
HSV(B)232.6º92.41%30.98%-
XYZ1.660.947.49-
YUV19.6161.52118.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6%
GREEN value IS 15 (6.25% from 255) = 15%
BLUE value IS 79 (31.25% from 255) = 79%
R=6%
G=15%
B=79%

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
Decimal615790.920.8100.69232.685.8816.67
Hex6F4F5C51045e95611
Octal617117134121010535112621
Binary11011111001111101110010100010100010111101001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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