#193351

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

Shades of Regal Blue #193351

Tints of Regal Blue #193351

Color information

#193351 (or 0x193351) is unknown color: approx Regal Blue. HEX triplet: 19, 33 and 51. RGB value is (25,51,81). Sum of RGB (Red+Green+Blue) = 25+51+81=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #193351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193351 is #E6CCAE. Grayscale: #2E2E2E. Windows color (decimal): -15125679 or 5321497. OLE color: 5321497.

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

Color convert

RGB255181-
CMYK0.690.3700.68
HSL212.14º52.83%20.78%-
HSV(B)212.14º69.14%31.76%-
XYZ3.073.178.23-
YUV46.65147.39112.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.92%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 81 (32.03% from 255) = 51.59%
R=15.92%
G=32.48%
B=51.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2551810.690.3700.68212.1452.8320.78
Hex1933514525044d43515
Octal31631211054501043246525
Binary1100111001110100011000101100101010001001101010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193351; }

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

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

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

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

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

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

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

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