Html Css Color HEX #173C53 Regal Blue

📋 copy color: '#173C53'

red 23 ◦ green 60 ◦ blue 83

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

Shades of Regal Blue #173C53

Tints of Regal Blue #173C53

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.14%

 BLUE value IS 83 (32.81% from 255) = 50%

R = 13.86%
G = 36.14%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#173C53 (or 0x173C53) is known color: Regal Blue. HEX triplet: 17, 3C and 53. RGB value is (23,60,83). Sum of RGB (Red+Green+Blue) = 23+60+83=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #173C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173C53 is #E8C3AC. Grayscale: #333333. Windows color (decimal): -15254445 or 5454871. OLE color: 5454871.

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

Color convert

RGB 23 60 83 -
CMYK 0.72 0.28 0 0.67
HSL 203º 0.57% 0.21% -
HSV(B) 203º 0.72% 0.33% -
XYZ 3.53 4.04 8.78 -
YUV 51.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 23 60 83 0.72 0.28 0 0.67 203 0.57 0.21
Hex 17 3C 53 48 1C 0 43 CB 39 15
Octal 27 74 123 110 34 0 103 313 71 25
Binary 10111 111100 1010011 1001000 11100 0 1000011 11001011 111001 10101

Color Harmonies of #173C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173C53

Black with #173C53

Text Example


Text Example

White with #173C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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