#19385B

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

Shades of Regal Blue #19385B

Tints of Regal Blue #19385B

Color information

#19385B (or 0x19385B) is unknown color: approx Regal Blue. HEX triplet: 19, 38 and 5B. RGB value is (25,56,91). Sum of RGB (Red+Green+Blue) = 25+56+91=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #19385B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19385B is #E6C7A4. Grayscale: #323232. Windows color (decimal): -15124389 or 5978137. OLE color: 5978137.

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

Color convert

RGB255691-
CMYK0.730.3800.64
HSL211.82º56.9%22.75%-
HSV(B)211.82º72.53%35.69%-
XYZ3.73.7910.43-
YUV50.72150.73109.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.53%
GREEN value IS 56 (22.27% from 255) = 32.56%
BLUE value IS 91 (35.94% from 255) = 52.91%
R=14.53%
G=32.56%
B=52.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2556910.730.3800.64211.8256.922.75
Hex19385B4926040d43917
Octal31701331114601003247127
Binary1100111100010110111001001100110010000001101010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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