#05175A

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

Shades of Sapphire #05175A

Tints of Sapphire #05175A

Color information

#05175A (or 0x05175A) is unknown color: approx Sapphire. HEX triplet: 05, 17 and 5A. RGB value is (5,23,90). Sum of RGB (Red+Green+Blue) = 5+23+90=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 90 (35.55% from 255 or 76.27% from 118); Max value from RGB is 90 - color contains mainly: blue. Hex color #05175A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05175A is #FAE8A5. Grayscale: #181818. Windows color (decimal): -16443558 or 5904133. OLE color: 5904133.

HSL color Cylindrical-coordinate representation of color #05175A: hue angle of 227.29º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05175A is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB52390-
CMYK0.940.7400.65
HSL227.29º89.47%18.63%-
HSV(B)227.29º94.44%35.29%-
XYZ2.211.389.82-
YUV25.26164.54113.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 23 (9.38% from 255) = 19.49%
BLUE value IS 90 (35.55% from 255) = 76.27%
R=4.24%
G=19.49%
B=76.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal523900.940.7400.65227.2989.4718.63
Hex5175A5E4A041e35913
Octal527132136112010134313123
Binary101101111011010101111010010100100000111100011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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