#174266

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

Shades of Regal Blue #174266

Tints of Regal Blue #174266

Color information

#174266 (or 0x174266) is unknown color: approx Regal Blue. HEX triplet: 17, 42 and 66. RGB value is (23,66,102). Sum of RGB (Red+Green+Blue) = 23+66+102=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #174266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174266 is #E8BD99. Grayscale: #393939. Windows color (decimal): -15252890 or 6701591. OLE color: 6701591.

HSL color Cylindrical-coordinate representation of color #174266: hue angle of 207.34º 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 #174266 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2366102-
CMYK0.770.3500.6
HSL207.34º63.2%24.51%-
HSV(B)207.34º77.45%40%-
XYZ4.75.0413.3-
YUV57.25153.25103.57-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.04%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 102 (40.23% from 255) = 53.40%
R=12.04%
G=34.55%
B=53.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal23661020.770.3500.6207.3463.224.51
Hex1742664D2303Ccf3f19
Octal27102146115430743177731
Binary1011110000101100110100110110001101111001100111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174266; }

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

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

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

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

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

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

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

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