#05176C

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

Shades of Sapphire #05176C

Tints of Sapphire #05176C

Color information

#05176C (or 0x05176C) is unknown color: approx Sapphire. HEX triplet: 05, 17 and 6C. RGB value is (5,23,108). Sum of RGB (Red+Green+Blue) = 5+23+108=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 108 (42.58% from 255 or 79.41% from 136); Max value from RGB is 108 - color contains mainly: blue. Hex color #05176C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05176C is #FAE893. Grayscale: #1A1A1A. Windows color (decimal): -16443540 or 7083781. OLE color: 7083781.

HSL color Cylindrical-coordinate representation of color #05176C: hue angle of 229.51º 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 #05176C is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB523108-
CMYK0.950.7900.58
HSL229.51º91.15%22.16%-
HSV(B)229.51º95.37%42.35%-
XYZ3.081.7314.36-
YUV27.31173.54112.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 23 (9.38% from 255) = 16.91%
BLUE value IS 108 (42.58% from 255) = 79.41%
R=3.68%
G=16.91%
B=79.41%

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
Decimal5231080.950.7900.58229.5191.1522.16
Hex5176C5F4F03Ae65b16
Octal52715413711707234613326
Binary10110111110110010111111001111011101011100110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05176C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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