Html Css Color HEX #173A52 Regal Blue

📋 copy color: '#173A52'

red 23 ◦ green 58 ◦ blue 82

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

Shades of Regal Blue #173A52

Tints of Regal Blue #173A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 50.31%

R = 14.11%
G = 35.58%
B = 50.31%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#173A52 (or 0x173A52) is known color: Regal Blue. HEX triplet: 17, 3A and 52. RGB value is (23,58,82). Sum of RGB (Red+Green+Blue) = 23+58+82=163 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.11% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #173A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173A52 is #E8C5AD. Grayscale: #323232. Windows color (decimal): -15254958 or 5388823. OLE color: 5388823.

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

Color convert

RGB 23 58 82 -
CMYK 0.72 0.29 0 0.68
HSL 204.41º 0.56% 0.21% -
HSV(B) 204.41º 0.72% 0.32% -
XYZ 3.39 3.82 8.54 -
YUV 50.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 23 58 82 0.72 0.29 0 0.68 204.41 0.56 0.21
Hex 17 3A 52 48 1D 0 44 CC 38 15
Octal 27 72 122 110 35 0 104 314 70 25
Binary 10111 111010 1010010 1001000 11101 0 1000100 11001100 111000 10101

Color Harmonies of #173A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173A52

Black with #173A52

Text Example


Text Example

White with #173A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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