Html Css Color HEX #173A51 Regal Blue

📋 copy color: '#173A51'

red 23 ◦ green 58 ◦ blue 81

#173A51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #173A51

Tints of Regal Blue #173A51

RGB

 RED value IS 23 (9.38% from 255) = 14.2%

 GREEN value IS 58 (23.05% from 255) = 35.8%

 BLUE value IS 81 (32.03% from 255) = 50%

R = 14.2%
G = 35.8%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#173A51 (or 0x173A51) is known color: Regal Blue. HEX triplet: 17, 3A and 51. RGB value is (23,58,81). Sum of RGB (Red+Green+Blue) = 23+58+81=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #173A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173A51 is #E8C5AE. Grayscale: #323232. Windows color (decimal): -15254959 or 5323287. OLE color: 5323287.

HSL color Cylindrical-coordinate representation of color #173A51: hue angle of 203.79º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #173A51 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 23 58 81 -
CMYK 0.72 0.28 0 0.68
HSL 203.79º 0.56% 0.2% -
HSV(B) 203.79º 0.72% 0.32% -
XYZ 3.35 3.8 8.34 -
YUV 50.16 145.4 108.63 -
System Red Green Blue C M Y K H S L
Decimal 23 58 81 0.72 0.28 0 0.68 203.79 0.56 0.2
Hex 17 3A 51 48 1C 0 44 CC 38 14
Octal 27 72 121 110 34 0 104 314 70 24
Binary 10111 111010 1010001 1001000 11100 0 1000100 11001100 111000 10100

Color Harmonies of #173A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173A51

Black with #173A51

Text Example


Text Example

White with #173A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,58,81); }

 H1.HeaderClassName
 {
   color: #173A51;
 }
 .AnyTagClassName
 {
   color: #173A51;
 }
</style>

background-color css

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

 a { background-color: rgb(23,58,81); }

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

border-color css

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

 span { border-color: rgb(23,58,81); }

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