Html Css Color HEX #173B65 Regal Blue

📋 copy color: '#173B65'

red 23 ◦ green 59 ◦ blue 101

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

Shades of Regal Blue #173B65

Tints of Regal Blue #173B65

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.24%

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

R = 12.57%
G = 32.24%
B = 55.19%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#173B65 (or 0x173B65) is known color: Regal Blue. HEX triplet: 17, 3B and 65. RGB value is (23,59,101). Sum of RGB (Red+Green+Blue) = 23+59+101=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #173B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173B65 is #E8C49A. Grayscale: #343434. Windows color (decimal): -15254683 or 6634263. OLE color: 6634263.

HSL color Cylindrical-coordinate representation of color #173B65: hue angle of 212.31º 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 #173B65 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 23 59 101 -
CMYK 0.77 0.42 0 0.60
HSL 212.31º 0.63% 0.24% -
HSV(B) 212.31º 0.77% 0.4% -
XYZ 4.27 4.25 12.91 -
YUV 53.02 155.07 106.58 -
System Red Green Blue C M Y K H S L
Decimal 23 59 101 0.77 0.42 0 0.60 212.31 0.63 0.24
Hex 17 3B 65 4D 2A 0 3C D4 3F 18
Octal 27 73 145 115 52 0 74 324 77 30
Binary 10111 111011 1100101 1001101 101010 0 111100 11010100 111111 11000

Color Harmonies of #173B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173B65

Black with #173B65

Text Example


Text Example

White with #173B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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