Html Css Color HEX #173153 Regal Blue

📋 copy color: '#173153'

red 23 ◦ green 49 ◦ blue 83

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

Shades of Regal Blue #173153

Tints of Regal Blue #173153

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.61%

 BLUE value IS 83 (32.81% from 255) = 53.55%

R = 14.84%
G = 31.61%
B = 53.55%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#173153 (or 0x173153) is known color: Regal Blue. HEX triplet: 17, 31 and 53. RGB value is (23,49,83). Sum of RGB (Red+Green+Blue) = 23+49+83=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #173153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173153 is #E8CEAC. Grayscale: #2C2C2C. Windows color (decimal): -15257261 or 5452055. OLE color: 5452055.

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

Color convert

RGB 23 49 83 -
CMYK 0.72 0.41 0 0.67
HSL 214º 0.57% 0.21% -
HSV(B) 214º 0.72% 0.33% -
XYZ 3.01 3 8.6 -
YUV 45.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 23 49 83 0.72 0.41 0 0.67 214 0.57 0.21
Hex 17 31 53 48 29 0 43 D6 39 15
Octal 27 61 123 110 51 0 103 326 71 25
Binary 10111 110001 1010011 1001000 101001 0 1000011 11010110 111001 10101

Color Harmonies of #173153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173153

Black with #173153

Text Example


Text Example

White with #173153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173153; }

 p { color: rgb(23,49,83); }

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

background-color css

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

 a { background-color: rgb(23,49,83); }

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

border-color css

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

 span { border-color: rgb(23,49,83); }

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