#19365B

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

Shades of Regal Blue #19365B

Tints of Regal Blue #19365B

Color information

#19365B (or 0x19365B) is unknown color: approx Regal Blue. HEX triplet: 19, 36 and 5B. RGB value is (25,54,91). Sum of RGB (Red+Green+Blue) = 25+54+91=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #19365B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19365B is #E6C9A4. Grayscale: #313131. Windows color (decimal): -15124901 or 5977625. OLE color: 5977625.

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

Color convert

RGB255491-
CMYK0.730.4100.64
HSL213.64º56.9%22.75%-
HSV(B)213.64º72.53%35.69%-
XYZ3.613.610.4-
YUV49.55151.39110.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.71%
GREEN value IS 54 (21.48% from 255) = 31.76%
BLUE value IS 91 (35.94% from 255) = 53.53%
R=14.71%
G=31.76%
B=53.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2554910.730.4100.64213.6456.922.75
Hex19365B4929040d63917
Octal31661331115101003267127
Binary1100111011010110111001001101001010000001101011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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