#193654

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

Shades of Regal Blue #193654

Tints of Regal Blue #193654

Color information

#193654 (or 0x193654) is unknown color: approx Regal Blue. HEX triplet: 19, 36 and 54. RGB value is (25,54,84). Sum of RGB (Red+Green+Blue) = 25+54+84=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #193654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193654 is #E6C9AB. Grayscale: #303030. Windows color (decimal): -15124908 or 5518873. OLE color: 5518873.

HSL color Cylindrical-coordinate representation of color #193654: hue angle of 210.51º 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 #193654 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB255484-
CMYK0.700.3600.67
HSL210.51º54.13%21.37%-
HSV(B)210.51º70.24%32.94%-
XYZ3.323.498.89-
YUV48.75147.89111.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.34%
GREEN value IS 54 (21.48% from 255) = 33.13%
BLUE value IS 84 (33.20% from 255) = 51.53%
R=15.34%
G=33.13%
B=51.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2554840.700.3600.67210.5154.1321.37
Hex1936544624043d33615
Octal31661241064401033236625
Binary1100111011010101001000110100100010000111101001111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193654; }

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

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

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

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

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

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

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

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