Html Css Color HEX #173256 Regal Blue

📋 copy color: '#173256'

red 23 ◦ green 50 ◦ blue 86

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

Shades of Regal Blue #173256

Tints of Regal Blue #173256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.45%

 BLUE value IS 86 (33.98% from 255) = 54.09%

R = 14.47%
G = 31.45%
B = 54.09%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#173256 (or 0x173256) is known color: Regal Blue. HEX triplet: 17, 32 and 56. RGB value is (23,50,86). Sum of RGB (Red+Green+Blue) = 23+50+86=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #173256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173256 is #E8CDA9. Grayscale: #2D2D2D. Windows color (decimal): -15257002 or 5648919. OLE color: 5648919.

HSL color Cylindrical-coordinate representation of color #173256: hue angle of 214.29º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #173256 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 23 50 86 -
CMYK 0.73 0.42 0 0.66
HSL 214.29º 0.58% 0.21% -
HSV(B) 214.29º 0.73% 0.34% -
XYZ 3.17 3.14 9.24 -
YUV 46.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 23 50 86 0.73 0.42 0 0.66 214.29 0.58 0.21
Hex 17 32 56 49 2A 0 42 D6 3A 15
Octal 27 62 126 111 52 0 102 326 72 25
Binary 10111 110010 1010110 1001001 101010 0 1000010 11010110 111010 10101

Color Harmonies of #173256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173256

Black with #173256

Text Example


Text Example

White with #173256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173256; }

 p { color: rgb(23,50,86); }

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

background-color css

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

 a { background-color: rgb(23,50,86); }

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

border-color css

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

 span { border-color: rgb(23,50,86); }

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