#193350

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

Shades of Regal Blue #193350

Tints of Regal Blue #193350

Color information

#193350 (or 0x193350) is unknown color: approx Regal Blue. HEX triplet: 19, 33 and 50. RGB value is (25,51,80). Sum of RGB (Red+Green+Blue) = 25+51+80=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #193350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193350 is #E6CCAF. Grayscale: #2E2E2E. Windows color (decimal): -15125680 or 5255961. OLE color: 5255961.

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

Color convert

RGB255180-
CMYK0.690.3600.69
HSL211.64º52.38%20.59%-
HSV(B)211.64º68.75%31.37%-
XYZ3.033.158.04-
YUV46.53146.89112.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.03%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 80 (31.64% from 255) = 51.28%
R=16.03%
G=32.69%
B=51.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2551800.690.3600.69211.6452.3820.59
Hex1933504524045d43415
Octal31631201054401053246425
Binary1100111001110100001000101100100010001011101010011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193350; }

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

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

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

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

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

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

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

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