#174166

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

Shades of Regal Blue #174166

Tints of Regal Blue #174166

Color information

#174166 (or 0x174166) is unknown color: approx Regal Blue. HEX triplet: 17, 41 and 66. RGB value is (23,65,102). Sum of RGB (Red+Green+Blue) = 23+65+102=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #174166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174166 is #E8BE99. Grayscale: #383838. Windows color (decimal): -15253146 or 6701335. OLE color: 6701335.

HSL color Cylindrical-coordinate representation of color #174166: hue angle of 208.1º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174166 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2365102-
CMYK0.770.3600.6
HSL208.1º63.2%24.51%-
HSV(B)208.1º77.45%40%-
XYZ4.644.9213.28-
YUV56.66153.59103.99-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.11%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 102 (40.23% from 255) = 53.68%
R=12.11%
G=34.21%
B=53.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal23651020.770.3600.6208.163.224.51
Hex1741664D2403Cd03f19
Octal27101146115440743207731
Binary1011110000011100110100110110010001111001101000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174166; }

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

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

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

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

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

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

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

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