#174061

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

Shades of Regal Blue #174061

Tints of Regal Blue #174061

Color information

#174061 (or 0x174061) is unknown color: approx Regal Blue. HEX triplet: 17, 40 and 61. RGB value is (23,64,97). Sum of RGB (Red+Green+Blue) = 23+64+97=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #174061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174061 is #E8BF9E. Grayscale: #373737. Windows color (decimal): -15253407 or 6373399. OLE color: 6373399.

HSL color Cylindrical-coordinate representation of color #174061: hue angle of 206.76º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #174061 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB236497-
CMYK0.760.3400.62
HSL206.76º61.67%23.53%-
HSV(B)206.76º76.29%38.04%-
XYZ4.344.7111.99-
YUV55.5151.42104.82-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.5%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 97 (38.28% from 255) = 52.72%
R=12.5%
G=34.78%
B=52.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2364970.760.3400.62206.7661.6723.53
Hex1740614C2203Ecf3e18
Octal27100141114420763177630
Binary1011110000001100001100110010001001111101100111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174061; }

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

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

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

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

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

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

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

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