#19415E

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

Shades of Regal Blue #19415E

Tints of Regal Blue #19415E

Color information

#19415E (or 0x19415E) is unknown color: approx Regal Blue. HEX triplet: 19, 41 and 5E. RGB value is (25,65,94). Sum of RGB (Red+Green+Blue) = 25+65+94=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #19415E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19415E is #E6BEA1. Grayscale: #383838. Windows color (decimal): -15122082 or 6177049. OLE color: 6177049.

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

Color convert

RGB256594-
CMYK0.730.3100.63
HSL205.22º57.98%23.33%-
HSV(B)205.22º73.4%36.86%-
XYZ4.314.811.29-
YUV56.35149.25105.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.59%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 94 (37.11% from 255) = 51.09%
R=13.59%
G=35.33%
B=51.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2565940.730.3100.63205.2257.9823.33
Hex19415E491F03Fcd3a17
Octal31101136111370773157227
Binary110011000001101111010010011111101111111100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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