#06175D

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

Shades of Sapphire #06175D

Tints of Sapphire #06175D

Color information

#06175D (or 0x06175D) is unknown color: approx Sapphire. HEX triplet: 06, 17 and 5D. RGB value is (6,23,93). Sum of RGB (Red+Green+Blue) = 6+23+93=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 93 (36.72% from 255 or 76.23% from 122); Max value from RGB is 93 - color contains mainly: blue. Hex color #06175D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06175D is #F9E8A2. Grayscale: #191919. Windows color (decimal): -16378019 or 6100742. OLE color: 6100742.

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

Color convert

RGB62393-
CMYK0.940.7500.64
HSL228.28º87.88%19.41%-
HSV(B)228.28º93.55%36.47%-
XYZ2.361.4410.51-
YUV25.9165.87113.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.92%
GREEN value IS 23 (9.38% from 255) = 18.85%
BLUE value IS 93 (36.72% from 255) = 76.23%
R=4.92%
G=18.85%
B=76.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal623930.940.7500.64228.2887.8819.41
Hex6175D5E4B040e45813
Octal627135136113010034413023
Binary110101111011101101111010010110100000011100100101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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