#193678

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

Shades of Resolution Blue #193678

Tints of Resolution Blue #193678

Color information

#193678 (or 0x193678) is unknown color: approx Resolution Blue. HEX triplet: 19, 36 and 78. RGB value is (25,54,120). Sum of RGB (Red+Green+Blue) = 25+54+120=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 120 (47.27% from 255 or 60.30% from 199); Max value from RGB is 120 - color contains mainly: blue. Hex color #193678 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193678 is #E6C987. Grayscale: #343434. Windows color (decimal): -15124872 or 7878169. OLE color: 7878169.

HSL color Cylindrical-coordinate representation of color #193678: hue angle of 221.68º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193678 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2554120-
CMYK0.790.5500.53
HSL221.68º65.52%28.43%-
HSV(B)221.68º79.17%47.06%-
XYZ5.114.218.31-
YUV52.85165.89108.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.56%
GREEN value IS 54 (21.48% from 255) = 27.14%
BLUE value IS 120 (47.27% from 255) = 60.30%
R=12.56%
G=27.14%
B=60.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25541200.790.5500.53221.6865.5228.43
Hex1936784F37035de421c
Octal31661701176706533610234
Binary1100111011011110001001111110111011010111011110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193678; }

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

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

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

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

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

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

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

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