#19385d

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

Shades of Regal Blue #19385D

Tints of Regal Blue #19385D

Color information

#19385D (or 0x19385D) is unknown color: approx Regal Blue. HEX triplet: 19, 38 and 5D. RGB value is (25,56,93). Sum of RGB (Red+Green+Blue) = 25+56+93=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #19385D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19385D is #E6C7A2. Grayscale: #323232. Windows color (decimal): -15124387 or 6109209. OLE color: 6109209.

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

Color convert

RGB255693-
CMYK0.730.4000.64
HSL212.65º57.63%23.14%-
HSV(B)212.65º73.12%36.47%-
XYZ3.793.8310.89-
YUV50.95151.73109.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.37%
GREEN value IS 56 (22.27% from 255) = 32.18%
BLUE value IS 93 (36.72% from 255) = 53.45%
R=14.37%
G=32.18%
B=53.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2556930.730.4000.64212.6557.6323.14
Hex19385D4928040d53a17
Octal31701351115001003257227
Binary1100111100010111011001001101000010000001101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19385d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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