Html Css Color HEX #173550 Regal Blue

📋 copy color: '#173550'

red 23 ◦ green 53 ◦ blue 80

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

Shades of Regal Blue #173550

Tints of Regal Blue #173550

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.97%

 BLUE value IS 80 (31.64% from 255) = 51.28%

R = 14.74%
G = 33.97%
B = 51.28%

CMYK

 C value IS 0.71

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#173550 (or 0x173550) is known color: Regal Blue. HEX triplet: 17, 35 and 50. RGB value is (23,53,80). Sum of RGB (Red+Green+Blue) = 23+53+80=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #173550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173550 is #E8CAAF. Grayscale: #2E2E2E. Windows color (decimal): -15256240 or 5256471. OLE color: 5256471.

HSL color Cylindrical-coordinate representation of color #173550: hue angle of 208.42º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #173550 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 23 53 80 -
CMYK 0.71 0.34 0 0.69
HSL 208.42º 0.55% 0.2% -
HSV(B) 208.42º 0.71% 0.31% -
XYZ 3.07 3.31 8.07 -
YUV 47.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 23 53 80 0.71 0.34 0 0.69 208.42 0.55 0.2
Hex 17 35 50 47 22 0 45 D0 37 14
Octal 27 65 120 107 42 0 105 320 67 24
Binary 10111 110101 1010000 1000111 100010 0 1000101 11010000 110111 10100

Color Harmonies of #173550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173550

Black with #173550

Text Example


Text Example

White with #173550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173550; }

 p { color: rgb(23,53,80); }

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

background-color css

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

 a { background-color: rgb(23,53,80); }

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

border-color css

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

 span { border-color: rgb(23,53,80); }

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