Html Css Color HEX #173A54 Regal Blue

📋 copy color: '#173A54'

red 23 ◦ green 58 ◦ blue 84

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

Shades of Regal Blue #173A54

Tints of Regal Blue #173A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 50.91%

R = 13.94%
G = 35.15%
B = 50.91%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#173A54 (or 0x173A54) is known color: Regal Blue. HEX triplet: 17, 3A and 54. RGB value is (23,58,84). Sum of RGB (Red+Green+Blue) = 23+58+84=165 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.94% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #173A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173A54 is #E8C5AB. Grayscale: #323232. Windows color (decimal): -15254956 or 5519895. OLE color: 5519895.

HSL color Cylindrical-coordinate representation of color #173A54: hue angle of 205.57º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #173A54 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 58 84 -
CMYK 0.73 0.31 0 0.67
HSL 205.57º 0.57% 0.21% -
HSV(B) 205.57º 0.73% 0.33% -
XYZ 3.47 3.85 8.95 -
YUV 50.5 146.9 108.39 -
System Red Green Blue C M Y K H S L
Decimal 23 58 84 0.73 0.31 0 0.67 205.57 0.57 0.21
Hex 17 3A 54 49 1F 0 43 CE 39 15
Octal 27 72 124 111 37 0 103 316 71 25
Binary 10111 111010 1010100 1001001 11111 0 1000011 11001110 111001 10101

Color Harmonies of #173A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173A54

Black with #173A54

Text Example


Text Example

White with #173A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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