Html Css Color HEX #193777 Resolution Blue

📋 copy color: '#193777'

red 25 ◦ green 55 ◦ blue 119

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

Shades of Resolution Blue #193777

Tints of Resolution Blue #193777

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.64%

 BLUE value IS 119 (46.88% from 255) = 59.8%

R = 12.56%
G = 27.64%
B = 59.8%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#193777 (or 0x193777) is known color: Resolution Blue. HEX triplet: 19, 37 and 77. RGB value is (25,55,119). Sum of RGB (Red+Green+Blue) = 25+55+119=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #193777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193777 is #E6C888. Grayscale: #353535. Windows color (decimal): -15124617 or 7812889. OLE color: 7812889.

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

Color convert

RGB 25 55 119 -
CMYK 0.79 0.54 0 0.53
HSL 220.85º 0.65% 0.28% -
HSV(B) 220.85º 0.79% 0.47% -
XYZ 5.1 4.27 18.01 -
YUV 53.33 165.06 107.8 -
System Red Green Blue C M Y K H S L
Decimal 25 55 119 0.79 0.54 0 0.53 220.85 0.65 0.28
Hex 19 37 77 4F 36 0 35 DD 41 1C
Octal 31 67 167 117 66 0 65 335 101 34
Binary 11001 110111 1110111 1001111 110110 0 110101 11011101 1000001 11100

Color Harmonies of #193777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193777

Black with #193777

Text Example


Text Example

White with #193777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193777; }

 p { color: rgb(25,55,119); }

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

background-color css

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

 a { background-color: rgb(25,55,119); }

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

border-color css

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

 span { border-color: rgb(25,55,119); }

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