#193582

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

Shades of Resolution Blue #193582

Tints of Resolution Blue #193582

Color information

#193582 (or 0x193582) is unknown color: approx Resolution Blue. HEX triplet: 19, 35 and 82. RGB value is (25,53,130). Sum of RGB (Red+Green+Blue) = 25+53+130=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 130 (51.17% from 255 or 62.5% from 208); Max value from RGB is 130 - color contains mainly: blue. Hex color #193582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193582 is #E6CA7D. Grayscale: #353535. Windows color (decimal): -15125118 or 8533273. OLE color: 8533273.

HSL color Cylindrical-coordinate representation of color #193582: hue angle of 224º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #193582 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2553130-
CMYK0.810.5900.49
HSL224º67.74%30.39%-
HSV(B)224º80.77%50.98%-
XYZ5.74.3621.66-
YUV53.41171.22107.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.02%
GREEN value IS 53 (21.09% from 255) = 25.48%
BLUE value IS 130 (51.17% from 255) = 62.5%
R=12.02%
G=25.48%
B=62.5%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25531300.810.5900.4922467.7430.39
Hex193582513B031e0441e
Octal31652021217306134010436
Binary11001110101100000101010001111011011000111100000100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193582; }

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

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

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

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

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

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

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

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