#173F5A

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

Shades of Regal Blue #173F5A

Tints of Regal Blue #173F5A

Color information

#173F5A (or 0x173F5A) is unknown color: approx Regal Blue. HEX triplet: 17, 3F and 5A. RGB value is (23,63,90). Sum of RGB (Red+Green+Blue) = 23+63+90=176 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.07% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #173F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173F5A is #E8C0A5. Grayscale: #353535. Windows color (decimal): -15253670 or 5914391. OLE color: 5914391.

HSL color Cylindrical-coordinate representation of color #173F5A: hue angle of 204.18º 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 #173F5A is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB236390-
CMYK0.740.3000.65
HSL204.18º59.29%22.16%-
HSV(B)204.18º74.44%35.29%-
XYZ3.984.4810.33-
YUV54.12148.25105.8-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.07%
GREEN value IS 63 (25% from 255) = 35.80%
BLUE value IS 90 (35.55% from 255) = 51.14%
R=13.07%
G=35.80%
B=51.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2363900.740.3000.65204.1859.2922.16
Hex173F5A4A1E041cc3b16
Octal27771321123601013147326
Binary101111111111011010100101011110010000011100110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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