#19385C

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

Shades of Regal Blue #19385C

Tints of Regal Blue #19385C

Color information

#19385C (or 0x19385C) is unknown color: approx Regal Blue. HEX triplet: 19, 38 and 5C. RGB value is (25,56,92). Sum of RGB (Red+Green+Blue) = 25+56+92=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #19385C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19385C is #E6C7A3. Grayscale: #323232. Windows color (decimal): -15124388 or 6043673. OLE color: 6043673.

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

Color convert

RGB255692-
CMYK0.730.3900.64
HSL212.24º57.26%22.94%-
HSV(B)212.24º72.83%36.08%-
XYZ3.753.8110.66-
YUV50.84151.23109.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.45%
GREEN value IS 56 (22.27% from 255) = 32.37%
BLUE value IS 92 (36.33% from 255) = 53.18%
R=14.45%
G=32.37%
B=53.18%

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
Decimal2556920.730.3900.64212.2457.2622.94
Hex19385C4927040d43917
Octal31701341114701003247127
Binary1100111100010111001001001100111010000001101010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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