Html Css Color HEX #173C66 Regal Blue

📋 copy color: '#173C66'

red 23 ◦ green 60 ◦ blue 102

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

Shades of Regal Blue #173C66

Tints of Regal Blue #173C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 55.14%

R = 12.43%
G = 32.43%
B = 55.14%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#173C66 (or 0x173C66) is known color: Regal Blue. HEX triplet: 17, 3C and 66. RGB value is (23,60,102). Sum of RGB (Red+Green+Blue) = 23+60+102=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #173C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173C66 is #E8C399. Grayscale: #353535. Windows color (decimal): -15254426 or 6700055. OLE color: 6700055.

HSL color Cylindrical-coordinate representation of color #173C66: hue angle of 211.9º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #173C66 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 23 60 102 -
CMYK 0.77 0.41 0 0.6
HSL 211.9º 0.63% 0.25% -
HSV(B) 211.9º 0.77% 0.4% -
XYZ 4.37 4.37 13.18 -
YUV 53.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 23 60 102 0.77 0.41 0 0.6 211.9 0.63 0.25
Hex 17 3C 66 4D 29 0 3C D4 3F 19
Octal 27 74 146 115 51 0 74 324 77 31
Binary 10111 111100 1100110 1001101 101001 0 111100 11010100 111111 11001

Color Harmonies of #173C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173C66

Black with #173C66

Text Example


Text Example

White with #173C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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