#193251

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

Shades of Regal Blue #193251

Tints of Regal Blue #193251

Color information

#193251 (or 0x193251) is unknown color: approx Regal Blue. HEX triplet: 19, 32 and 51. RGB value is (25,50,81). Sum of RGB (Red+Green+Blue) = 25+50+81=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #193251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193251 is #E6CDAE. Grayscale: #2D2D2D. Windows color (decimal): -15125935 or 5321241. OLE color: 5321241.

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

Color convert

RGB255081-
CMYK0.690.3800.68
HSL213.21º52.83%20.78%-
HSV(B)213.21º69.14%31.76%-
XYZ3.033.088.22-
YUV46.06147.72112.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.03%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 81 (32.03% from 255) = 51.92%
R=16.03%
G=32.05%
B=51.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2550810.690.3800.68213.2152.8320.78
Hex1932514526044d53515
Octal31621211054601043256525
Binary1100111001010100011000101100110010001001101010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193251; }

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

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

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

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

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

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

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

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