#19395F

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

Shades of Regal Blue #19395F

Tints of Regal Blue #19395F

Color information

#19395F (or 0x19395F) is unknown color: approx Regal Blue. HEX triplet: 19, 39 and 5F. RGB value is (25,57,95). Sum of RGB (Red+Green+Blue) = 25+57+95=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 95 (37.5% from 255 or 53.67% from 177); Max value from RGB is 95 - color contains mainly: blue. Hex color #19395F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19395F is #E6C6A0. Grayscale: #333333. Windows color (decimal): -15124129 or 6240537. OLE color: 6240537.

HSL color Cylindrical-coordinate representation of color #19395F: hue angle of 212.57º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19395F is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB255795-
CMYK0.740.4000.63
HSL212.57º58.33%23.53%-
HSV(B)212.57º73.68%37.25%-
XYZ3.933.9611.38-
YUV51.76152.4108.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.12%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 95 (37.5% from 255) = 53.67%
R=14.12%
G=32.20%
B=53.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2557950.740.4000.63212.5758.3323.53
Hex19395F4A2803Fd53a18
Octal3171137112500773257230
Binary110011110011011111100101010100001111111101010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19395F; }

 p { color: rgb(25,57,95); }

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

<style>
 a { background-color: #19395F; }

 a { background-color: rgb(25,57,95); }

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

<style>
 span { border-color: #19395F; }

 span { border-color: rgb(25,57,95); }

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