#193382

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

Shades of Resolution Blue #193382

Tints of Resolution Blue #193382

Color information

#193382 (or 0x193382) is unknown color: approx Resolution Blue. HEX triplet: 19, 33 and 82. RGB value is (25,51,130). Sum of RGB (Red+Green+Blue) = 25+51+130=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 130 (51.17% from 255 or 63.11% from 206); Max value from RGB is 130 - color contains mainly: blue. Hex color #193382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193382 is #E6CC7D. Grayscale: #333333. Windows color (decimal): -15125630 or 8532761. OLE color: 8532761.

HSL color Cylindrical-coordinate representation of color #193382: hue angle of 225.14º 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 #193382 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2551130-
CMYK0.810.6100.49
HSL225.14º67.74%30.39%-
HSV(B)225.14º80.77%50.98%-
XYZ5.614.1921.63-
YUV52.23171.89108.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.14%
GREEN value IS 51 (20.31% from 255) = 24.76%
BLUE value IS 130 (51.17% from 255) = 63.11%
R=12.14%
G=24.76%
B=63.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25511300.810.6100.49225.1467.7430.39
Hex193382513D031e1441e
Octal31632021217506134110436
Binary11001110011100000101010001111101011000111100001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193382; }

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

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

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

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

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

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

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

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