#193578

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

Shades of Resolution Blue #193578

Tints of Resolution Blue #193578

Color information

#193578 (or 0x193578) is unknown color: approx Resolution Blue. HEX triplet: 19, 35 and 78. RGB value is (25,53,120). Sum of RGB (Red+Green+Blue) = 25+53+120=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 120 (47.27% from 255 or 60.61% from 198); Max value from RGB is 120 - color contains mainly: blue. Hex color #193578 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193578 is #E6CA87. Grayscale: #333333. Windows color (decimal): -15125128 or 7877913. OLE color: 7877913.

HSL color Cylindrical-coordinate representation of color #193578: hue angle of 222.32º 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 #193578 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2553120-
CMYK0.790.5600.53
HSL222.32º65.52%28.43%-
HSV(B)222.32º79.17%47.06%-
XYZ5.064.1118.3-
YUV52.27166.22108.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.63%
GREEN value IS 53 (21.09% from 255) = 26.77%
BLUE value IS 120 (47.27% from 255) = 60.61%
R=12.63%
G=26.77%
B=60.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25531200.790.5600.53222.3265.5228.43
Hex1935784F38035de421c
Octal31651701177006533610234
Binary1100111010111110001001111111000011010111011110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193578; }

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

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

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

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

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

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

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

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