#06165D

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

Shades of Sapphire #06165D

Tints of Sapphire #06165D

Color information

#06165D (or 0x06165D) is unknown color: approx Sapphire. HEX triplet: 06, 16 and 5D. RGB value is (6,22,93). Sum of RGB (Red+Green+Blue) = 6+22+93=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 93 (36.72% from 255 or 76.86% from 121); Max value from RGB is 93 - color contains mainly: blue. Hex color #06165D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06165D is #F9E9A2. Grayscale: #191919. Windows color (decimal): -16378275 or 6100486. OLE color: 6100486.

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

Color convert

RGB62293-
CMYK0.940.7600.64
HSL228.97º87.88%19.41%-
HSV(B)228.97º93.55%36.47%-
XYZ2.341.410.5-
YUV25.31166.2114.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 93 (36.72% from 255) = 76.86%
R=4.96%
G=18.18%
B=76.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal622930.940.7600.64228.9787.8819.41
Hex6165D5E4C040e55813
Octal626135136114010034513023
Binary110101101011101101111010011000100000011100101101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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