Html Css Color HEX #173454 Regal Blue

📋 copy color: '#173454'

red 23 ◦ green 52 ◦ blue 84

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

Shades of Regal Blue #173454

Tints of Regal Blue #173454

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.7%

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

R = 14.47%
G = 32.7%
B = 52.83%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#173454 (or 0x173454) is known color: Regal Blue. HEX triplet: 17, 34 and 54. RGB value is (23,52,84). Sum of RGB (Red+Green+Blue) = 23+52+84=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #173454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173454 is #E8CBAB. Grayscale: #2E2E2E. Windows color (decimal): -15256492 or 5518359. OLE color: 5518359.

HSL color Cylindrical-coordinate representation of color #173454: hue angle of 211.48º 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 #173454 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 52 84 -
CMYK 0.73 0.38 0 0.67
HSL 211.48º 0.57% 0.21% -
HSV(B) 211.48º 0.73% 0.33% -
XYZ 3.18 3.28 8.85 -
YUV 46.98 148.89 110.9 -
System Red Green Blue C M Y K H S L
Decimal 23 52 84 0.73 0.38 0 0.67 211.48 0.57 0.21
Hex 17 34 54 49 26 0 43 D3 39 15
Octal 27 64 124 111 46 0 103 323 71 25
Binary 10111 110100 1010100 1001001 100110 0 1000011 11010011 111001 10101

Color Harmonies of #173454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173454

Black with #173454

Text Example


Text Example

White with #173454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173454; }

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

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

background-color css

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

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

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

border-color css

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

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

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