#05175D

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

Shades of Sapphire #05175D

Tints of Sapphire #05175D

Color information

#05175D (or 0x05175D) is unknown color: approx Sapphire. HEX triplet: 05, 17 and 5D. RGB value is (5,23,93). Sum of RGB (Red+Green+Blue) = 5+23+93=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 23 (9.38% from 255 or 19.01% 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 #05175D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05175D is #FAE8A2. Grayscale: #191919. Windows color (decimal): -16443555 or 6100741. OLE color: 6100741.

HSL color Cylindrical-coordinate representation of color #05175D: hue angle of 227.73º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05175D is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB52393-
CMYK0.950.7500.64
HSL227.73º89.8%19.22%-
HSV(B)227.73º94.62%36.47%-
XYZ2.341.4410.51-
YUV25.6166.04113.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 23 (9.38% from 255) = 19.01%
BLUE value IS 93 (36.72% from 255) = 76.86%
R=4.13%
G=19.01%
B=76.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal523930.950.7500.64227.7389.819.22
Hex5175D5F4B040e45a13
Octal527135137113010034413223
Binary101101111011101101111110010110100000011100100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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