#19385E

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

Shades of Regal Blue #19385E

Tints of Regal Blue #19385E

Color information

#19385E (or 0x19385E) is unknown color: approx Regal Blue. HEX triplet: 19, 38 and 5E. RGB value is (25,56,94). Sum of RGB (Red+Green+Blue) = 25+56+94=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #19385E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19385E is #E6C7A1. Grayscale: #323232. Windows color (decimal): -15124386 or 6174745. OLE color: 6174745.

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

Color convert

RGB255694-
CMYK0.730.4000.63
HSL213.04º57.98%23.33%-
HSV(B)213.04º73.4%36.86%-
XYZ3.843.8411.13-
YUV51.06152.23109.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.29%
GREEN value IS 56 (22.27% from 255) = 32%
BLUE value IS 94 (37.11% from 255) = 53.71%
R=14.29%
G=32%
B=53.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2556940.730.4000.63213.0457.9823.33
Hex19385E492803Fd53a17
Octal3170136111500773257227
Binary110011110001011110100100110100001111111101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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