#19425E

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

Shades of Regal Blue #19425E

Tints of Regal Blue #19425E

Color information

#19425E (or 0x19425E) is unknown color: approx Regal Blue. HEX triplet: 19, 42 and 5E. RGB value is (25,66,94). Sum of RGB (Red+Green+Blue) = 25+66+94=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #19425E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19425E is #E6BDA1. Grayscale: #383838. Windows color (decimal): -15121826 or 6177305. OLE color: 6177305.

HSL color Cylindrical-coordinate representation of color #19425E: hue angle of 204.35º 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 #19425E is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB256694-
CMYK0.730.3000.63
HSL204.35º57.98%23.33%-
HSV(B)204.35º73.4%36.86%-
XYZ4.374.9111.31-
YUV56.93148.92105.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.51%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 94 (37.11% from 255) = 50.81%
R=13.51%
G=35.68%
B=50.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2566940.730.3000.63204.3557.9823.33
Hex19425E491E03Fcc3a17
Octal31102136111360773147227
Binary110011000010101111010010011111001111111100110011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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