#17405B

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

Shades of Regal Blue #17405B

Tints of Regal Blue #17405B

Color information

#17405B (or 0x17405B) is unknown color: approx Regal Blue. HEX triplet: 17, 40 and 5B. RGB value is (23,64,91). Sum of RGB (Red+Green+Blue) = 23+64+91=178 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.92% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #17405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17405B is #E8BFA4. Grayscale: #363636. Windows color (decimal): -15253413 or 5980183. OLE color: 5980183.

HSL color Cylindrical-coordinate representation of color #17405B: hue angle of 203.82º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17405B is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB236491-
CMYK0.750.3000.64
HSL203.82º59.65%22.35%-
HSV(B)203.82º74.73%35.69%-
XYZ4.084.610.57-
YUV54.82148.42105.3-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.92%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=12.92%
G=35.96%
B=51.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2364910.750.3000.64203.8259.6522.35
Hex17405B4B1E040cc3c16
Octal271001331133601003147426
Binary1011110000001011011100101111110010000001100110011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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