#193384

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

Shades of Resolution Blue #193384

Tints of Resolution Blue #193384

Color information

#193384 (or 0x193384) is unknown color: approx Resolution Blue. HEX triplet: 19, 33 and 84. RGB value is (25,51,132). Sum of RGB (Red+Green+Blue) = 25+51+132=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 132 (51.95% from 255 or 63.46% from 208); Max value from RGB is 132 - color contains mainly: blue. Hex color #193384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193384 is #E6CC7B. Grayscale: #343434. Windows color (decimal): -15125628 or 8663833. OLE color: 8663833.

HSL color Cylindrical-coordinate representation of color #193384: hue angle of 225.42º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #193384 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2551132-
CMYK0.810.6100.48
HSL225.42º68.15%30.78%-
HSV(B)225.42º81.06%51.76%-
XYZ5.754.2422.35-
YUV52.46172.89108.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.02%
GREEN value IS 51 (20.31% from 255) = 24.52%
BLUE value IS 132 (51.95% from 255) = 63.46%
R=12.02%
G=24.52%
B=63.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal25511320.810.6100.48225.4268.1530.78
Hex193384513D030e1441f
Octal31632041217506034110437
Binary11001110011100001001010001111101011000011100001100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193384; }

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

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

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

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

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

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

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

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