#193451

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

Shades of Regal Blue #193451

Tints of Regal Blue #193451

Color information

#193451 (or 0x193451) is unknown color: approx Regal Blue. HEX triplet: 19, 34 and 51. RGB value is (25,52,81). Sum of RGB (Red+Green+Blue) = 25+52+81=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 81 (32.03% from 255 or 51.27% from 158); Max value from RGB is 81 - color contains mainly: blue. Hex color #193451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193451 is #E6CBAE. Grayscale: #2F2F2F. Windows color (decimal): -15125423 or 5321753. OLE color: 5321753.

HSL color Cylindrical-coordinate representation of color #193451: hue angle of 211.07º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #193451 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB255281-
CMYK0.690.3600.68
HSL211.07º52.83%20.78%-
HSV(B)211.07º69.14%31.76%-
XYZ3.113.268.25-
YUV47.23147.05112.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.82%
GREEN value IS 52 (20.70% from 255) = 32.91%
BLUE value IS 81 (32.03% from 255) = 51.27%
R=15.82%
G=32.91%
B=51.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2552810.690.3600.68211.0752.8320.78
Hex1934514524044d33515
Octal31641211054401043236525
Binary1100111010010100011000101100100010001001101001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193451; }

 p { color: rgb(25,52,81); }

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

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

 a { background-color: rgb(25,52,81); }

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

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

 span { border-color: rgb(25,52,81); }

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