#193551

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

Shades of Regal Blue #193551

Tints of Regal Blue #193551

Color information

#193551 (or 0x193551) is unknown color: approx Regal Blue. HEX triplet: 19, 35 and 51. RGB value is (25,53,81). Sum of RGB (Red+Green+Blue) = 25+53+81=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #193551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193551 is #E6CAAE. Grayscale: #2F2F2F. Windows color (decimal): -15125167 or 5322009. OLE color: 5322009.

HSL color Cylindrical-coordinate representation of color #193551: hue angle of 210º 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 #193551 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB255381-
CMYK0.690.3500.68
HSL210º52.83%20.78%-
HSV(B)210º69.14%31.76%-
XYZ3.163.358.26-
YUV47.82146.72111.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.72%
GREEN value IS 53 (21.09% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 50.94%
R=15.72%
G=33.33%
B=50.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2553810.690.3500.6821052.8320.78
Hex1935514523044d23515
Octal31651211054301043226525
Binary1100111010110100011000101100011010001001101001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193551; }

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

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

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

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

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

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

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

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