#174164

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

Shades of Regal Blue #174164

Tints of Regal Blue #174164

Color information

#174164 (or 0x174164) is unknown color: approx Regal Blue. HEX triplet: 17, 41 and 64. RGB value is (23,65,100). Sum of RGB (Red+Green+Blue) = 23+65+100=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 100 (39.45% from 255 or 53.19% from 188); Max value from RGB is 100 - color contains mainly: blue. Hex color #174164 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174164 is #E8BE9B. Grayscale: #383838. Windows color (decimal): -15253148 or 6570263. OLE color: 6570263.

HSL color Cylindrical-coordinate representation of color #174164: hue angle of 207.27º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174164 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2365100-
CMYK0.770.3500.61
HSL207.27º62.6%24.12%-
HSV(B)207.27º77%39.22%-
XYZ4.544.8812.76-
YUV56.43152.59104.15-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.23%
GREEN value IS 65 (25.78% from 255) = 34.57%
BLUE value IS 100 (39.45% from 255) = 53.19%
R=12.23%
G=34.57%
B=53.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal23651000.770.3500.61207.2762.624.12
Hex1741644D2303Dcf3f18
Octal27101144115430753177730
Binary1011110000011100100100110110001101111011100111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174164; }

 p { color: rgb(23,65,100); }

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

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

 a { background-color: rgb(23,65,100); }

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

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

 span { border-color: rgb(23,65,100); }

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