#174059

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

Shades of Regal Blue #174059

Tints of Regal Blue #174059

Color information

#174059 (or 0x174059) is unknown color: approx Regal Blue. HEX triplet: 17, 40 and 59. RGB value is (23,64,89). Sum of RGB (Red+Green+Blue) = 23+64+89=176 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.07% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #174059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174059 is #E8BFA6. Grayscale: #363636. Windows color (decimal): -15253415 or 5849111. OLE color: 5849111.

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

Color convert

RGB236489-
CMYK0.740.2800.65
HSL202.73º58.93%21.96%-
HSV(B)202.73º74.16%34.9%-
XYZ3.994.5710.12-
YUV54.59147.42105.47-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.07%
GREEN value IS 64 (25.39% from 255) = 36.36%
BLUE value IS 89 (35.16% from 255) = 50.57%
R=13.07%
G=36.36%
B=50.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2364890.740.2800.65202.7358.9321.96
Hex1740594A1C041cb3b16
Octal271001311123401013137326
Binary1011110000001011001100101011100010000011100101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174059; }

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

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

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

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

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

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

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

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