#06115D

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

Shades of Sapphire #06115D

Tints of Sapphire #06115D

Color information

#06115D (or 0x06115D) is unknown color: approx Sapphire. HEX triplet: 06, 11 and 5D. RGB value is (6,17,93). Sum of RGB (Red+Green+Blue) = 6+17+93=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 93 (36.72% from 255 or 80.17% from 116); Max value from RGB is 93 - color contains mainly: blue. Hex color #06115D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06115D is #F9EEA2. Grayscale: #161616. Windows color (decimal): -16379555 or 6099206. OLE color: 6099206.

HSL color Cylindrical-coordinate representation of color #06115D: hue angle of 232.41º 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 #06115D is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB61793-
CMYK0.940.8200.64
HSL232.41º87.88%19.41%-
HSV(B)232.41º93.55%36.47%-
XYZ2.251.2310.47-
YUV22.38167.86116.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.17%
GREEN value IS 17 (7.03% from 255) = 14.66%
BLUE value IS 93 (36.72% from 255) = 80.17%
R=5.17%
G=14.66%
B=80.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal617930.940.8200.64232.4187.8819.41
Hex6115D5E52040e85813
Octal621135136122010035013023
Binary110100011011101101111010100100100000011101000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06115D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06115D; }

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

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

<style>
 a { background-color: #06115D; }

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

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

<style>
 span { border-color: #06115D; }

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

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