#19395B

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

Shades of Regal Blue #19395B

Tints of Regal Blue #19395B

Color information

#19395B (or 0x19395B) is unknown color: approx Regal Blue. HEX triplet: 19, 39 and 5B. RGB value is (25,57,91). Sum of RGB (Red+Green+Blue) = 25+57+91=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #19395B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19395B is #E6C6A4. Grayscale: #333333. Windows color (decimal): -15124133 or 5978393. OLE color: 5978393.

HSL color Cylindrical-coordinate representation of color #19395B: hue angle of 210.91º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19395B is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB255791-
CMYK0.730.3700.64
HSL210.91º56.9%22.75%-
HSV(B)210.91º72.53%35.69%-
XYZ3.753.8910.45-
YUV51.31150.4109.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.45%
GREEN value IS 57 (22.66% from 255) = 32.95%
BLUE value IS 91 (35.94% from 255) = 52.60%
R=14.45%
G=32.95%
B=52.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2557910.730.3700.64210.9156.922.75
Hex19395B4925040d33917
Octal31711331114501003237127
Binary1100111100110110111001001100101010000001101001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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