#174066

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

Shades of Regal Blue #174066

Tints of Regal Blue #174066

Color information

#174066 (or 0x174066) is unknown color: approx Regal Blue. HEX triplet: 17, 40 and 66. RGB value is (23,64,102). Sum of RGB (Red+Green+Blue) = 23+64+102=189 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.17% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #174066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174066 is #E8BF99. Grayscale: #373737. Windows color (decimal): -15253402 or 6701079. OLE color: 6701079.

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

Color convert

RGB2364102-
CMYK0.770.3700.6
HSL208.86º63.2%24.51%-
HSV(B)208.86º77.45%40%-
XYZ4.594.8113.26-
YUV56.07153.92104.41-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.17%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 102 (40.23% from 255) = 53.97%
R=12.17%
G=33.86%
B=53.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal23641020.770.3700.6208.8663.224.51
Hex1740664D2503Cd13f19
Octal27100146115450743217731
Binary1011110000001100110100110110010101111001101000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174066; }

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

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

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

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

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

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

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

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