Html Css Color HEX #173C58 Regal Blue

📋 copy color: '#173C58'

red 23 ◦ green 60 ◦ blue 88

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

Shades of Regal Blue #173C58

Tints of Regal Blue #173C58

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.09%

 BLUE value IS 88 (34.77% from 255) = 51.46%

R = 13.45%
G = 35.09%
B = 51.46%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#173C58 (or 0x173C58) is known color: Regal Blue. HEX triplet: 17, 3C and 58. RGB value is (23,60,88). Sum of RGB (Red+Green+Blue) = 23+60+88=171 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.45% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #173C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173C58 is #E8C3A7. Grayscale: #333333. Windows color (decimal): -15254440 or 5782551. OLE color: 5782551.

HSL color Cylindrical-coordinate representation of color #173C58: hue angle of 205.85º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #173C58 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 23 60 88 -
CMYK 0.74 0.32 0 0.65
HSL 205.85º 0.59% 0.22% -
HSV(B) 205.85º 0.74% 0.35% -
XYZ 3.73 4.12 9.83 -
YUV 52.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 23 60 88 0.74 0.32 0 0.65 205.85 0.59 0.22
Hex 17 3C 58 4A 20 0 41 CE 3B 16
Octal 27 74 130 112 40 0 101 316 73 26
Binary 10111 111100 1011000 1001010 100000 0 1000001 11001110 111011 10110

Color Harmonies of #173C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173C58

Black with #173C58

Text Example


Text Example

White with #173C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,60,88); }

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

background-color css

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

 a { background-color: rgb(23,60,88); }

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

border-color css

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

 span { border-color: rgb(23,60,88); }

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