#173F6C

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

Shades of Regal Blue #173F6C

Tints of Regal Blue #173F6C

Color information

#173F6C (or 0x173F6C) is unknown color: approx Regal Blue. HEX triplet: 17, 3F and 6C. RGB value is (23,63,108). Sum of RGB (Red+Green+Blue) = 23+63+108=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #173F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173F6C is #E8C093. Grayscale: #373737. Windows color (decimal): -15253652 or 7094039. OLE color: 7094039.

HSL color Cylindrical-coordinate representation of color #173F6C: hue angle of 211.76º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #173F6C is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2363108-
CMYK0.790.4200.58
HSL211.76º64.89%25.69%-
HSV(B)211.76º78.7%42.35%-
XYZ4.844.8214.86-
YUV56.17157.25104.34-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.86%
GREEN value IS 63 (25% from 255) = 32.47%
BLUE value IS 108 (42.58% from 255) = 55.67%
R=11.86%
G=32.47%
B=55.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal23631080.790.4200.58211.7664.8925.69
Hex173F6C4F2A03Ad4411a
Octal27771541175207232410132
Binary1011111111111011001001111101010011101011010100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173F6C; }

 p { color: rgb(23,63,108); }

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

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

 a { background-color: rgb(23,63,108); }

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

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

 span { border-color: rgb(23,63,108); }

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