Html Css Color HEX #173D5C Regal Blue

📋 copy color: '#173D5C'

red 23 ◦ green 61 ◦ blue 92

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

Shades of Regal Blue #173D5C

Tints of Regal Blue #173D5C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.66%

 BLUE value IS 92 (36.33% from 255) = 52.27%

R = 13.07%
G = 34.66%
B = 52.27%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#173D5C (or 0x173D5C) is known color: Regal Blue. HEX triplet: 17, 3D and 5C. RGB value is (23,61,92). Sum of RGB (Red+Green+Blue) = 23+61+92=176 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.07% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #173D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173D5C is #E8C2A3. Grayscale: #353535. Windows color (decimal): -15254180 or 6044951. OLE color: 6044951.

HSL color Cylindrical-coordinate representation of color #173D5C: hue angle of 206.96º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #173D5C is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 61 92 -
CMYK 0.75 0.34 0 0.64
HSL 206.96º 0.6% 0.23% -
HSV(B) 206.96º 0.75% 0.36% -
XYZ 3.95 4.29 10.75 -
YUV 53.17 149.91 106.48 -
System Red Green Blue C M Y K H S L
Decimal 23 61 92 0.75 0.34 0 0.64 206.96 0.6 0.23
Hex 17 3D 5C 4B 22 0 40 CF 3C 17
Octal 27 75 134 113 42 0 100 317 74 27
Binary 10111 111101 1011100 1001011 100010 0 1000000 11001111 111100 10111

Color Harmonies of #173D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173D5C

Black with #173D5C

Text Example


Text Example

White with #173D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173D5C; }

 p { color: rgb(23,61,92); }

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

background-color css

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

 a { background-color: rgb(23,61,92); }

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

border-color css

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

 span { border-color: rgb(23,61,92); }

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