Html Css Color HEX #173F65 Regal Blue

📋 copy color: '#173F65'

red 23 ◦ green 63 ◦ blue 101

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

Shades of Regal Blue #173F65

Tints of Regal Blue #173F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 54.01%

R = 12.3%
G = 33.69%
B = 54.01%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#173F65 (or 0x173F65) is known color: Regal Blue. HEX triplet: 17, 3F and 65. RGB value is (23,63,101). Sum of RGB (Red+Green+Blue) = 23+63+101=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #173F65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173F65 is #E8C09A. Grayscale: #373737. Windows color (decimal): -15253659 or 6635287. OLE color: 6635287.

HSL color Cylindrical-coordinate representation of color #173F65: hue angle of 209.23º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #173F65 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 23 63 101 -
CMYK 0.77 0.38 0 0.60
HSL 209.23º 0.63% 0.24% -
HSV(B) 209.23º 0.77% 0.4% -
XYZ 4.48 4.68 12.98 -
YUV 55.37 153.75 104.91 -
System Red Green Blue C M Y K H S L
Decimal 23 63 101 0.77 0.38 0 0.60 209.23 0.63 0.24
Hex 17 3F 65 4D 26 0 3C D1 3F 18
Octal 27 77 145 115 46 0 74 321 77 30
Binary 10111 111111 1100101 1001101 100110 0 111100 11010001 111111 11000

Color Harmonies of #173F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173F65

Black with #173F65

Text Example


Text Example

White with #173F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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