Html Css Color HEX #193580 Resolution Blue

📋 copy color: '#193580'

red 25 ◦ green 53 ◦ blue 128

#193580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Resolution Blue #193580

Tints of Resolution Blue #193580

RGB

 RED value IS 25 (10.16% from 255) = 12.14%

 GREEN value IS 53 (21.09% from 255) = 25.73%

 BLUE value IS 128 (50.39% from 255) = 62.14%

R = 12.14%
G = 25.73%
B = 62.14%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#193580 (or 0x193580) is known color: Resolution Blue. HEX triplet: 19, 35 and 80. RGB value is (25,53,128). Sum of RGB (Red+Green+Blue) = 25+53+128=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 128 (50.39% from 255 or 62.14% from 206); Max value from RGB is 128 - color contains mainly: blue. Hex color #193580 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193580 is #E6CA7F. Grayscale: #343434. Windows color (decimal): -15125120 or 8402201. OLE color: 8402201.

HSL color Cylindrical-coordinate representation of color #193580: hue angle of 223.69º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #193580 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 53 128 -
CMYK 0.80 0.59 0 0.50
HSL 223.69º 0.67% 0.3% -
HSV(B) 223.69º 0.8% 0.5% -
XYZ 5.57 4.31 20.96 -
YUV 53.18 170.22 107.9 -
System Red Green Blue C M Y K H S L
Decimal 25 53 128 0.80 0.59 0 0.50 223.69 0.67 0.3
Hex 19 35 80 50 3B 0 32 E0 43 1E
Octal 31 65 200 120 73 0 62 340 103 36
Binary 11001 110101 10000000 1010000 111011 0 110010 11100000 1000011 11110

Color Harmonies of #193580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193580

Black with #193580

Text Example


Text Example

White with #193580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193580; }

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

 H1.HeaderClassName
 {
   color: #193580;
 }
 .AnyTagClassName
 {
   color: #193580;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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