Html Css Color HEX #173A5B Regal Blue

📋 copy color: '#173A5B'

red 23 ◦ green 58 ◦ blue 91

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

Shades of Regal Blue #173A5B

Tints of Regal Blue #173A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 52.91%

R = 13.37%
G = 33.72%
B = 52.91%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#173A5B (or 0x173A5B) is known color: Regal Blue. HEX triplet: 17, 3A and 5B. RGB value is (23,58,91). Sum of RGB (Red+Green+Blue) = 23+58+91=172 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.37% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #173A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173A5B is #E8C5A4. Grayscale: #333333. Windows color (decimal): -15254949 or 5978647. OLE color: 5978647.

HSL color Cylindrical-coordinate representation of color #173A5B: hue angle of 209.12º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #173A5B is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 58 91 -
CMYK 0.75 0.36 0 0.64
HSL 209.12º 0.6% 0.22% -
HSV(B) 209.12º 0.75% 0.36% -
XYZ 3.75 3.96 10.46 -
YUV 51.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 23 58 91 0.75 0.36 0 0.64 209.12 0.6 0.22
Hex 17 3A 5B 4B 24 0 40 D1 3C 16
Octal 27 72 133 113 44 0 100 321 74 26
Binary 10111 111010 1011011 1001011 100100 0 1000000 11010001 111100 10110

Color Harmonies of #173A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173A5B

Black with #173A5B

Text Example


Text Example

White with #173A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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