#19395D

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

Shades of Regal Blue #19395D

Tints of Regal Blue #19395D

Color information

#19395D (or 0x19395D) is unknown color: approx Regal Blue. HEX triplet: 19, 39 and 5D. RGB value is (25,57,93). Sum of RGB (Red+Green+Blue) = 25+57+93=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #19395D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19395D is #E6C6A2. Grayscale: #333333. Windows color (decimal): -15124131 or 6109465. OLE color: 6109465.

HSL color Cylindrical-coordinate representation of color #19395D: hue angle of 211.76º degrees, saturation: 0.58, 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 #19395D is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB255793-
CMYK0.730.3900.64
HSL211.76º57.63%23.14%-
HSV(B)211.76º73.12%36.47%-
XYZ3.843.9210.91-
YUV51.54151.4109.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.29%
GREEN value IS 57 (22.66% from 255) = 32.57%
BLUE value IS 93 (36.72% from 255) = 53.14%
R=14.29%
G=32.57%
B=53.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2557930.730.3900.64211.7657.6323.14
Hex19395D4927040d43a17
Octal31711351114701003247227
Binary1100111100110111011001001100111010000001101010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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