#173963

Color #173963 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #173963

Tints of Regal Blue #173963

Color information

#173963 (or 0x173963) is unknown color: approx Regal Blue. HEX triplet: 17, 39 and 63. RGB value is (23,57,99). Sum of RGB (Red+Green+Blue) = 23+57+99=179 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.85% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #173963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173963 is #E8C69C. Grayscale: #333333. Windows color (decimal): -15255197 or 6502679. OLE color: 6502679.

HSL color Cylindrical-coordinate representation of color #173963: hue angle of 213.16º degrees, saturation: 0.62, 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 #173963 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB235799-
CMYK0.770.4200.61
HSL213.16º62.3%23.92%-
HSV(B)213.16º76.77%38.82%-
XYZ4.074.0112.36-
YUV51.62154.74107.58-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.85%
GREEN value IS 57 (22.66% from 255) = 31.84%
BLUE value IS 99 (39.06% from 255) = 55.31%
R=12.85%
G=31.84%
B=55.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2357990.770.4200.61213.1662.323.92
Hex1739634D2A03Dd53e18
Octal2771143115520753257630
Binary101111110011100011100110110101001111011101010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173963; }

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

 H1.HeaderClassName
 {
   color: #173963;
 }
 .AnyTagClassName
 {
   color: #173963;
 }
</style>
background-color css

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

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

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

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

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

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