#17405E

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

Shades of Regal Blue #17405E

Tints of Regal Blue #17405E

Color information

#17405E (or 0x17405E) is unknown color: approx Regal Blue. HEX triplet: 17, 40 and 5E. RGB value is (23,64,94). Sum of RGB (Red+Green+Blue) = 23+64+94=181 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.71% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #17405E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17405E is #E8BFA1. Grayscale: #373737. Windows color (decimal): -15253410 or 6176791. OLE color: 6176791.

HSL color Cylindrical-coordinate representation of color #17405E: hue angle of 205.35º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17405E is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB236494-
CMYK0.760.3200.63
HSL205.35º60.68%22.94%-
HSV(B)205.35º75.53%36.86%-
XYZ4.214.6611.27-
YUV55.16149.92105.06-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.71%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 94 (37.11% from 255) = 51.93%
R=12.71%
G=35.36%
B=51.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2364940.760.3200.63205.3560.6822.94
Hex17405E4C2003Fcd3d17
Octal27100136114400773157527
Binary1011110000001011110100110010000001111111100110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17405E; }

 p { color: rgb(23,64,94); }

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

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

 a { background-color: rgb(23,64,94); }

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

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

 span { border-color: rgb(23,64,94); }

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