#173A51

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

Shades of Regal Blue #173A51

Tints of Regal Blue #173A51

Color information

#173A51 (or 0x173A51) is unknown color: approx Regal Blue. HEX triplet: 17, 3A and 51. RGB value is (23,58,81). Sum of RGB (Red+Green+Blue) = 23+58+81=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #173A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173A51 is #E8C5AE. Grayscale: #323232. Windows color (decimal): -15254959 or 5323287. OLE color: 5323287.

HSL color Cylindrical-coordinate representation of color #173A51: hue angle of 203.79º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #173A51 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB235881-
CMYK0.720.2800.68
HSL203.79º55.77%20.39%-
HSV(B)203.79º71.6%31.76%-
XYZ3.353.88.34-
YUV50.16145.4108.63-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.20%
GREEN value IS 58 (23.05% from 255) = 35.80%
BLUE value IS 81 (32.03% from 255) = 50%
R=14.20%
G=35.80%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2358810.720.2800.68203.7955.7720.39
Hex173A51481C044cc3814
Octal27721211103401043147024
Binary101111110101010001100100011100010001001100110011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173A51; }

 p { color: rgb(23,58,81); }

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

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

 a { background-color: rgb(23,58,81); }

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

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

 span { border-color: rgb(23,58,81); }

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