#19415B

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

Shades of Regal Blue #19415B

Tints of Regal Blue #19415B

Color information

#19415B (or 0x19415B) is unknown color: approx Regal Blue. HEX triplet: 19, 41 and 5B. RGB value is (25,65,91). Sum of RGB (Red+Green+Blue) = 25+65+91=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #19415B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19415B is #E6BEA4. Grayscale: #373737. Windows color (decimal): -15122085 or 5980441. OLE color: 5980441.

HSL color Cylindrical-coordinate representation of color #19415B: hue angle of 203.64º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19415B is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB256591-
CMYK0.730.2900.64
HSL203.64º56.9%22.75%-
HSV(B)203.64º72.53%35.69%-
XYZ4.184.7410.59-
YUV56147.75105.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.81%
GREEN value IS 65 (25.78% from 255) = 35.91%
BLUE value IS 91 (35.94% from 255) = 50.28%
R=13.81%
G=35.91%
B=50.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2565910.730.2900.64203.6456.922.75
Hex19415B491D040cc3917
Octal311011331113501003147127
Binary1100110000011011011100100111101010000001100110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,65,91); }

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

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

 a { background-color: rgb(25,65,91); }

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

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

 span { border-color: rgb(25,65,91); }

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