Html Css Color HEX #173964 Regal Blue

📋 copy color: '#173964'

red 23 ◦ green 57 ◦ blue 100

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

Shades of Regal Blue #173964

Tints of Regal Blue #173964

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.67%

 BLUE value IS 100 (39.45% from 255) = 55.56%

R = 12.78%
G = 31.67%
B = 55.56%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#173964 (or 0x173964) is known color: Regal Blue. HEX triplet: 17, 39 and 64. RGB value is (23,57,100). Sum of RGB (Red+Green+Blue) = 23+57+100=180 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.78% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 100 (39.45% from 255 or 55.56% from 180); Max value from RGB is 100 - color contains mainly: blue. Hex color #173964 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173964 is #E8C69B. Grayscale: #333333. Windows color (decimal): -15255196 or 6568215. OLE color: 6568215.

HSL color Cylindrical-coordinate representation of color #173964: hue angle of 213.51º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #173964 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 23 57 100 -
CMYK 0.77 0.43 0 0.61
HSL 213.51º 0.63% 0.24% -
HSV(B) 213.51º 0.77% 0.39% -
XYZ 4.12 4.03 12.62 -
YUV 51.74 155.24 107.5 -
System Red Green Blue C M Y K H S L
Decimal 23 57 100 0.77 0.43 0 0.61 213.51 0.63 0.24
Hex 17 39 64 4D 2B 0 3D D6 3F 18
Octal 27 71 144 115 53 0 75 326 77 30
Binary 10111 111001 1100100 1001101 101011 0 111101 11010110 111111 11000

Color Harmonies of #173964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173964

Black with #173964

Text Example


Text Example

White with #173964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173964; }

 p { color: rgb(23,57,100); }

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

background-color css

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

 a { background-color: rgb(23,57,100); }

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

border-color css

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

 span { border-color: rgb(23,57,100); }

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