#193B54

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

Shades of Regal Blue #193B54

Tints of Regal Blue #193B54

Color information

#193B54 (or 0x193B54) is unknown color: approx Regal Blue. HEX triplet: 19, 3B and 54. RGB value is (25,59,84). Sum of RGB (Red+Green+Blue) = 25+59+84=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 84 (33.20% from 255 or 50% from 168); Max value from RGB is 84 - color contains mainly: blue. Hex color #193B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193B54 is #E6C4AB. Grayscale: #333333. Windows color (decimal): -15123628 or 5520153. OLE color: 5520153.

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

Color convert

RGB255984-
CMYK0.700.3000.67
HSL205.42º54.13%21.37%-
HSV(B)205.42º70.24%32.94%-
XYZ3.573.978.97-
YUV51.68146.24108.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.88%
GREEN value IS 59 (23.44% from 255) = 35.12%
BLUE value IS 84 (33.20% from 255) = 50%
R=14.88%
G=35.12%
B=50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2559840.700.3000.67205.4254.1321.37
Hex193B54461E043cd3615
Octal31731241063601033156625
Binary110011110111010100100011011110010000111100110111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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