Html Css Color HEX #173860 Regal Blue

📋 copy color: '#173860'

red 23 ◦ green 56 ◦ blue 96

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

Shades of Regal Blue #173860

Tints of Regal Blue #173860

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32%

 BLUE value IS 96 (37.89% from 255) = 54.86%

R = 13.14%
G = 32%
B = 54.86%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#173860 (or 0x173860) is known color: Regal Blue. HEX triplet: 17, 38 and 60. RGB value is (23,56,96). Sum of RGB (Red+Green+Blue) = 23+56+96=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #173860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173860 is #E8C79F. Grayscale: #323232. Windows color (decimal): -15255456 or 6305815. OLE color: 6305815.

HSL color Cylindrical-coordinate representation of color #173860: hue angle of 212.88º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #173860 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 23 56 96 -
CMYK 0.76 0.42 0 0.62
HSL 212.88º 0.61% 0.23% -
HSV(B) 212.88º 0.76% 0.38% -
XYZ 3.88 3.86 11.61 -
YUV 50.69 153.57 108.25 -
System Red Green Blue C M Y K H S L
Decimal 23 56 96 0.76 0.42 0 0.62 212.88 0.61 0.23
Hex 17 38 60 4C 2A 0 3E D5 3D 17
Octal 27 70 140 114 52 0 76 325 75 27
Binary 10111 111000 1100000 1001100 101010 0 111110 11010101 111101 10111

Color Harmonies of #173860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173860

Black with #173860

Text Example


Text Example

White with #173860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173860; }

 p { color: rgb(23,56,96); }

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

background-color css

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

 a { background-color: rgb(23,56,96); }

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

border-color css

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

 span { border-color: rgb(23,56,96); }

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