#193354

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

Shades of Regal Blue #193354

Tints of Regal Blue #193354

Color information

#193354 (or 0x193354) is unknown color: approx Regal Blue. HEX triplet: 19, 33 and 54. RGB value is (25,51,84). Sum of RGB (Red+Green+Blue) = 25+51+84=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 84 (33.20% from 255 or 52.5% from 160); Max value from RGB is 84 - color contains mainly: blue. Hex color #193354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193354 is #E6CCAB. Grayscale: #2E2E2E. Windows color (decimal): -15125676 or 5518105. OLE color: 5518105.

HSL color Cylindrical-coordinate representation of color #193354: hue angle of 213.56º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #193354 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB255184-
CMYK0.700.3900.67
HSL213.56º54.13%21.37%-
HSV(B)213.56º70.24%32.94%-
XYZ3.183.218.84-
YUV46.99148.89112.32-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.62%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 84 (33.20% from 255) = 52.5%
R=15.62%
G=31.88%
B=52.5%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2551840.700.3900.67213.5654.1321.37
Hex1933544627043d63615
Octal31631241064701033266625
Binary1100111001110101001000110100111010000111101011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193354; }

 p { color: rgb(25,51,84); }

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

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

 a { background-color: rgb(25,51,84); }

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

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

 span { border-color: rgb(25,51,84); }

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