#193A54

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

Shades of Regal Blue #193A54

Tints of Regal Blue #193A54

Color information

#193A54 (or 0x193A54) is unknown color: approx Regal Blue. HEX triplet: 19, 3A and 54. RGB value is (25,58,84). Sum of RGB (Red+Green+Blue) = 25+58+84=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #193A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A54 is #E6C5AB. Grayscale: #323232. Windows color (decimal): -15123884 or 5519897. OLE color: 5519897.

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

Color convert

RGB255884-
CMYK0.700.3100.67
HSL206.44º54.13%21.37%-
HSV(B)206.44º70.24%32.94%-
XYZ3.513.878.95-
YUV51.1146.57109.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.97%
GREEN value IS 58 (23.05% from 255) = 34.73%
BLUE value IS 84 (33.20% from 255) = 50.30%
R=14.97%
G=34.73%
B=50.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2558840.700.3100.67206.4454.1321.37
Hex193A54461F043ce3615
Octal31721241063701033166625
Binary110011110101010100100011011111010000111100111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193A54; }

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

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

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

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

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

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

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

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