Html Css Color HEX #173F60 Regal Blue

📋 copy color: '#173F60'

red 23 ◦ green 63 ◦ blue 96

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

Shades of Regal Blue #173F60

Tints of Regal Blue #173F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 52.75%

R = 12.64%
G = 34.62%
B = 52.75%

CMYK

 C value IS 0.76

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#173F60 (or 0x173F60) is known color: Regal Blue. HEX triplet: 17, 3F and 60. RGB value is (23,63,96). Sum of RGB (Red+Green+Blue) = 23+63+96=182 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.64% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #173F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173F60 is #E8C09F. Grayscale: #363636. Windows color (decimal): -15253664 or 6307607. OLE color: 6307607.

HSL color Cylindrical-coordinate representation of color #173F60: hue angle of 207.12º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #173F60 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 23 63 96 -
CMYK 0.76 0.34 0 0.62
HSL 207.12º 0.61% 0.23% -
HSV(B) 207.12º 0.76% 0.38% -
XYZ 4.24 4.58 11.73 -
YUV 54.8 151.25 105.32 -
System Red Green Blue C M Y K H S L
Decimal 23 63 96 0.76 0.34 0 0.62 207.12 0.61 0.23
Hex 17 3F 60 4C 22 0 3E CF 3D 17
Octal 27 77 140 114 42 0 76 317 75 27
Binary 10111 111111 1100000 1001100 100010 0 111110 11001111 111101 10111

Color Harmonies of #173F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173F60

Black with #173F60

Text Example


Text Example

White with #173F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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