#173C6B

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

Shades of Regal Blue #173C6B

Tints of Regal Blue #173C6B

Color information

#173C6B (or 0x173C6B) is unknown color: approx Regal Blue. HEX triplet: 17, 3C and 6B. RGB value is (23,60,107). Sum of RGB (Red+Green+Blue) = 23+60+107=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 107 (42.19% from 255 or 56.32% from 190); Max value from RGB is 107 - color contains mainly: blue. Hex color #173C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173C6B is #E8C394. Grayscale: #363636. Windows color (decimal): -15254421 or 7027735. OLE color: 7027735.

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

Color convert

RGB2360107-
CMYK0.790.4400.58
HSL213.57º64.62%25.49%-
HSV(B)213.57º78.5%41.96%-
XYZ4.624.4814.53-
YUV54.3157.74105.68-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.11%
GREEN value IS 60 (23.83% from 255) = 31.58%
BLUE value IS 107 (42.19% from 255) = 56.32%
R=12.11%
G=31.58%
B=56.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal23601070.790.4400.58213.5764.6225.49
Hex173C6B4F2C03Ad64119
Octal27741531175407232610131
Binary1011111110011010111001111101100011101011010110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,60,107); }

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

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

 a { background-color: rgb(23,60,107); }

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

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

 span { border-color: rgb(23,60,107); }

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