Html Css Color HEX #173455 Regal Blue

📋 copy color: '#173455'

red 23 ◦ green 52 ◦ blue 85

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

Shades of Regal Blue #173455

Tints of Regal Blue #173455

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.5%

 BLUE value IS 85 (33.59% from 255) = 53.13%

R = 14.38%
G = 32.5%
B = 53.13%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#173455 (or 0x173455) is known color: Regal Blue. HEX triplet: 17, 34 and 55. RGB value is (23,52,85). Sum of RGB (Red+Green+Blue) = 23+52+85=160 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.38% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #173455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173455 is #E8CBAA. Grayscale: #2E2E2E. Windows color (decimal): -15256491 or 5583895. OLE color: 5583895.

HSL color Cylindrical-coordinate representation of color #173455: hue angle of 211.94º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #173455 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 52 85 -
CMYK 0.73 0.39 0 0.67
HSL 211.94º 0.57% 0.21% -
HSV(B) 211.94º 0.73% 0.33% -
XYZ 3.22 3.29 9.06 -
YUV 47.09 149.39 110.82 -
System Red Green Blue C M Y K H S L
Decimal 23 52 85 0.73 0.39 0 0.67 211.94 0.57 0.21
Hex 17 34 55 49 27 0 43 D4 39 15
Octal 27 64 125 111 47 0 103 324 71 25
Binary 10111 110100 1010101 1001001 100111 0 1000011 11010100 111001 10101

Color Harmonies of #173455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173455

Black with #173455

Text Example


Text Example

White with #173455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173455; }

 p { color: rgb(23,52,85); }

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

background-color css

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

 a { background-color: rgb(23,52,85); }

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

border-color css

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

 span { border-color: rgb(23,52,85); }

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