Html Css Color HEX #173051 Regal Blue

📋 copy color: '#173051'

red 23 ◦ green 48 ◦ blue 81

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

Shades of Regal Blue #173051

Tints of Regal Blue #173051

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.58%

 BLUE value IS 81 (32.03% from 255) = 53.29%

R = 15.13%
G = 31.58%
B = 53.29%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#173051 (or 0x173051) is known color: Regal Blue. HEX triplet: 17, 30 and 51. RGB value is (23,48,81). Sum of RGB (Red+Green+Blue) = 23+48+81=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #173051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173051 is #E8CFAE. Grayscale: #2C2C2C. Windows color (decimal): -15257519 or 5320727. OLE color: 5320727.

HSL color Cylindrical-coordinate representation of color #173051: hue angle of 214.14º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #173051 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 23 48 81 -
CMYK 0.72 0.41 0 0.68
HSL 214.14º 0.56% 0.2% -
HSV(B) 214.14º 0.72% 0.32% -
XYZ 2.9 2.89 8.19 -
YUV 44.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 23 48 81 0.72 0.41 0 0.68 214.14 0.56 0.2
Hex 17 30 51 48 29 0 44 D6 38 14
Octal 27 60 121 110 51 0 104 326 70 24
Binary 10111 110000 1010001 1001000 101001 0 1000100 11010110 111000 10100

Color Harmonies of #173051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173051

Black with #173051

Text Example


Text Example

White with #173051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173051; }

 p { color: rgb(23,48,81); }

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

background-color css

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

 a { background-color: rgb(23,48,81); }

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

border-color css

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

 span { border-color: rgb(23,48,81); }

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