#193684

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

Shades of Resolution Blue #193684

Tints of Resolution Blue #193684

Color information

#193684 (or 0x193684) is unknown color: approx Resolution Blue. HEX triplet: 19, 36 and 84. RGB value is (25,54,132). Sum of RGB (Red+Green+Blue) = 25+54+132=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 132 (51.95% from 255 or 62.56% from 211); Max value from RGB is 132 - color contains mainly: blue. Hex color #193684 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193684 is #E6C97B. Grayscale: #353535. Windows color (decimal): -15124860 or 8664601. OLE color: 8664601.

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

Color convert

RGB2554132-
CMYK0.810.5900.48
HSL223.74º68.15%30.78%-
HSV(B)223.74º81.06%51.76%-
XYZ5.884.5122.39-
YUV54.22171.89107.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.85%
GREEN value IS 54 (21.48% from 255) = 25.59%
BLUE value IS 132 (51.95% from 255) = 62.56%
R=11.85%
G=25.59%
B=62.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal25541320.810.5900.48223.7468.1530.78
Hex193684513B030e0441f
Octal31662041217306034010437
Binary11001110110100001001010001111011011000011100000100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193684; }

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

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

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

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

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

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

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

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