Html Css Color HEX #173F56 Regal Blue

📋 copy color: '#173F56'

red 23 ◦ green 63 ◦ blue 86

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

Shades of Regal Blue #173F56

Tints of Regal Blue #173F56

RGB

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

 GREEN value IS 63 (25% from 255) = 36.63%

 BLUE value IS 86 (33.98% from 255) = 50%

R = 13.37%
G = 36.63%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#173F56 (or 0x173F56) is known color: Regal Blue. HEX triplet: 17, 3F and 56. RGB value is (23,63,86). Sum of RGB (Red+Green+Blue) = 23+63+86=172 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.37% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #173F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173F56 is #E8C0A9. Grayscale: #353535. Windows color (decimal): -15253674 or 5652247. OLE color: 5652247.

HSL color Cylindrical-coordinate representation of color #173F56: hue angle of 201.9º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #173F56 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 23 63 86 -
CMYK 0.73 0.27 0 0.66
HSL 201.9º 0.58% 0.21% -
HSV(B) 201.9º 0.73% 0.34% -
XYZ 3.81 4.41 9.45 -
YUV 53.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 23 63 86 0.73 0.27 0 0.66 201.9 0.58 0.21
Hex 17 3F 56 49 1B 0 42 CA 3A 15
Octal 27 77 126 111 33 0 102 312 72 25
Binary 10111 111111 1010110 1001001 11011 0 1000010 11001010 111010 10101

Color Harmonies of #173F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173F56

Black with #173F56

Text Example


Text Example

White with #173F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,63,86); }

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

background-color css

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

 a { background-color: rgb(23,63,86); }

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

border-color css

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

 span { border-color: rgb(23,63,86); }

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