#05176B

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

Shades of Sapphire #05176B

Tints of Sapphire #05176B

Color information

#05176B (or 0x05176B) is unknown color: approx Sapphire. HEX triplet: 05, 17 and 6B. RGB value is (5,23,107). Sum of RGB (Red+Green+Blue) = 5+23+107=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 107 (42.19% from 255 or 79.26% from 135); Max value from RGB is 107 - color contains mainly: blue. Hex color #05176B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05176B is #FAE894. Grayscale: #1A1A1A. Windows color (decimal): -16443541 or 7018245. OLE color: 7018245.

HSL color Cylindrical-coordinate representation of color #05176B: hue angle of 229.41º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05176B is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB523107-
CMYK0.950.7900.58
HSL229.41º91.07%21.96%-
HSV(B)229.41º95.33%41.96%-
XYZ3.021.7114.08-
YUV27.19173.04112.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.70%
GREEN value IS 23 (9.38% from 255) = 17.04%
BLUE value IS 107 (42.19% from 255) = 79.26%
R=3.70%
G=17.04%
B=79.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5231070.950.7900.58229.4191.0721.96
Hex5176B5F4F03Ae55b16
Octal52715313711707234513326
Binary10110111110101110111111001111011101011100101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05176B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05176B; }

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

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

<style>
 a { background-color: #05176B; }

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

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

<style>
 span { border-color: #05176B; }

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

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