Html Css Color HEX #174160 Regal Blue

📋 copy color: '#174160'

red 23 ◦ green 65 ◦ blue 96

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

Shades of Regal Blue #174160

Tints of Regal Blue #174160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.33%

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

R = 12.5%
G = 35.33%
B = 52.17%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#174160 (or 0x174160) is known color: Regal Blue. HEX triplet: 17, 41 and 60. RGB value is (23,65,96). Sum of RGB (Red+Green+Blue) = 23+65+96=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #174160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174160 is #E8BE9F. Grayscale: #373737. Windows color (decimal): -15253152 or 6308119. OLE color: 6308119.

HSL color Cylindrical-coordinate representation of color #174160: hue angle of 205.48º 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 #174160 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 23 65 96 -
CMYK 0.76 0.32 0 0.62
HSL 205.48º 0.61% 0.23% -
HSV(B) 205.48º 0.76% 0.38% -
XYZ 4.35 4.81 11.76 -
YUV 55.98 150.59 104.48 -
System Red Green Blue C M Y K H S L
Decimal 23 65 96 0.76 0.32 0 0.62 205.48 0.61 0.23
Hex 17 41 60 4C 20 0 3E CD 3D 17
Octal 27 101 140 114 40 0 76 315 75 27
Binary 10111 1000001 1100000 1001100 100000 0 111110 11001101 111101 10111

Color Harmonies of #174160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174160

Black with #174160

Text Example


Text Example

White with #174160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174160; }

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

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

background-color css

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

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

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

border-color css

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

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

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