#193751

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

Shades of Regal Blue #193751

Tints of Regal Blue #193751

Color information

#193751 (or 0x193751) is unknown color: approx Regal Blue. HEX triplet: 19, 37 and 51. RGB value is (25,55,81). Sum of RGB (Red+Green+Blue) = 25+55+81=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #193751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193751 is #E6C8AE. Grayscale: #303030. Windows color (decimal): -15124655 or 5322521. OLE color: 5322521.

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

Color convert

RGB255581-
CMYK0.690.3200.68
HSL207.86º52.83%20.78%-
HSV(B)207.86º69.14%31.76%-
XYZ3.253.538.3-
YUV48.99146.06110.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.53%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 81 (32.03% from 255) = 50.31%
R=15.53%
G=34.16%
B=50.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2555810.690.3200.68207.8652.8320.78
Hex1937514520044d03515
Octal31671211054001043206525
Binary1100111011110100011000101100000010001001101000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193751; }

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

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

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

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

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

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

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

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