#173459

Color #173459 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #173459

Tints of Regal Blue #173459

Color information

#173459 (or 0x173459) is unknown color: approx Regal Blue. HEX triplet: 17, 34 and 59. RGB value is (23,52,89). Sum of RGB (Red+Green+Blue) = 23+52+89=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #173459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173459 is #E8CBA6. Grayscale: #2F2F2F. Windows color (decimal): -15256487 or 5846039. OLE color: 5846039.

HSL color Cylindrical-coordinate representation of color #173459: hue angle of 213.64º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #173459 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB235289-
CMYK0.740.4200.65
HSL213.64º58.93%21.96%-
HSV(B)213.64º74.16%34.9%-
XYZ3.383.369.92-
YUV47.55151.39110.49-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.02%
GREEN value IS 52 (20.70% from 255) = 31.71%
BLUE value IS 89 (35.16% from 255) = 54.27%
R=14.02%
G=31.71%
B=54.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2352890.740.4200.65213.6458.9321.96
Hex1734594A2A041d63b16
Octal27641311125201013267326
Binary1011111010010110011001010101010010000011101011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173459; }

 p { color: rgb(23,52,89); }

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

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

 a { background-color: rgb(23,52,89); }

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

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

 span { border-color: rgb(23,52,89); }

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