#060F5D

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

Shades of Sapphire #060F5D

Tints of Sapphire #060F5D

Color information

#060F5D (or 0x060F5D) is unknown color: approx Sapphire. HEX triplet: 06, 0F and 5D. RGB value is (6,15,93). Sum of RGB (Red+Green+Blue) = 6+15+93=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 93 (36.72% from 255 or 81.58% from 114); Max value from RGB is 93 - color contains mainly: blue. Hex color #060F5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060F5D is #F9F0A2. Grayscale: #141414. Windows color (decimal): -16380067 or 6098694. OLE color: 6098694.

HSL color Cylindrical-coordinate representation of color #060F5D: hue angle of 233.79º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060F5D is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB61593-
CMYK0.940.8400.64
HSL233.79º87.88%19.41%-
HSV(B)233.79º93.55%36.47%-
XYZ2.221.1710.46-
YUV21.2168.52117.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 15 (6.25% from 255) = 13.16%
BLUE value IS 93 (36.72% from 255) = 81.58%
R=5.26%
G=13.16%
B=81.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal615930.940.8400.64233.7987.8819.41
Hex6F5D5E54040ea5813
Octal617135136124010035213023
Binary11011111011101101111010101000100000011101010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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