Html Css Color HEX #173965 Regal Blue

📋 copy color: '#173965'

red 23 ◦ green 57 ◦ blue 101

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

Shades of Regal Blue #173965

Tints of Regal Blue #173965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 55.8%

R = 12.71%
G = 31.49%
B = 55.8%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#173965 (or 0x173965) is known color: Regal Blue. HEX triplet: 17, 39 and 65. RGB value is (23,57,101). Sum of RGB (Red+Green+Blue) = 23+57+101=181 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.71% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 101 (39.84% from 255 or 55.80% from 181); Max value from RGB is 101 - color contains mainly: blue. Hex color #173965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173965 is #E8C69A. Grayscale: #333333. Windows color (decimal): -15255195 or 6633751. OLE color: 6633751.

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

Color convert

RGB 23 57 101 -
CMYK 0.77 0.44 0 0.60
HSL 213.85º 0.63% 0.24% -
HSV(B) 213.85º 0.77% 0.4% -
XYZ 4.17 4.05 12.87 -
YUV 51.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 23 57 101 0.77 0.44 0 0.60 213.85 0.63 0.24
Hex 17 39 65 4D 2C 0 3C D6 3F 18
Octal 27 71 145 115 54 0 74 326 77 30
Binary 10111 111001 1100101 1001101 101100 0 111100 11010110 111111 11000

Color Harmonies of #173965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173965

Black with #173965

Text Example


Text Example

White with #173965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173965; }

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

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

background-color css

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

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

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

border-color css

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

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

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