#19405A

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

Shades of Regal Blue #19405A

Tints of Regal Blue #19405A

Color information

#19405A (or 0x19405A) is unknown color: approx Regal Blue. HEX triplet: 19, 40 and 5A. RGB value is (25,64,90). Sum of RGB (Red+Green+Blue) = 25+64+90=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #19405A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19405A is #E6BFA5. Grayscale: #373737. Windows color (decimal): -15122342 or 5914649. OLE color: 5914649.

HSL color Cylindrical-coordinate representation of color #19405A: hue angle of 204º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19405A is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB256490-
CMYK0.720.2900.65
HSL204º56.52%22.55%-
HSV(B)204º72.22%35.29%-
XYZ4.084.6110.35-
YUV55.3147.58106.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.97%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 90 (35.55% from 255) = 50.28%
R=13.97%
G=35.75%
B=50.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2564900.720.2900.6520456.5222.55
Hex19405A481D041cc3917
Octal311001321103501013147127
Binary1100110000001011010100100011101010000011100110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19405A; }

 p { color: rgb(25,64,90); }

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

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

 a { background-color: rgb(25,64,90); }

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

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

 span { border-color: rgb(25,64,90); }

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