Html Css Color HEX #193579 Resolution Blue

📋 copy color: '#193579'

red 25 ◦ green 53 ◦ blue 121

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

Shades of Resolution Blue #193579

Tints of Resolution Blue #193579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 60.8%

R = 12.56%
G = 26.63%
B = 60.8%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#193579 (or 0x193579) is known color: Resolution Blue. HEX triplet: 19, 35 and 79. RGB value is (25,53,121). Sum of RGB (Red+Green+Blue) = 25+53+121=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #193579 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193579 is #E6CA86. Grayscale: #343434. Windows color (decimal): -15125127 or 7943449. OLE color: 7943449.

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

Color convert

RGB 25 53 121 -
CMYK 0.79 0.56 0 0.53
HSL 222.5º 0.66% 0.29% -
HSV(B) 222.5º 0.79% 0.47% -
XYZ 5.13 4.13 18.62 -
YUV 52.38 166.72 108.47 -
System Red Green Blue C M Y K H S L
Decimal 25 53 121 0.79 0.56 0 0.53 222.5 0.66 0.29
Hex 19 35 79 4F 38 0 35 DE 42 1D
Octal 31 65 171 117 70 0 65 336 102 35
Binary 11001 110101 1111001 1001111 111000 0 110101 11011110 1000010 11101

Color Harmonies of #193579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193579

Black with #193579

Text Example


Text Example

White with #193579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193579; }

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

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

background-color css

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

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

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

border-color css

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

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

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