Html Css Color HEX #193776 Resolution Blue

📋 copy color: '#193776'

red 25 ◦ green 55 ◦ blue 118

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

Shades of Resolution Blue #193776

Tints of Resolution Blue #193776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 59.6%

R = 12.63%
G = 27.78%
B = 59.6%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#193776 (or 0x193776) is known color: Resolution Blue. HEX triplet: 19, 37 and 76. RGB value is (25,55,118). Sum of RGB (Red+Green+Blue) = 25+55+118=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #193776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193776 is #E6C889. Grayscale: #343434. Windows color (decimal): -15124618 or 7747353. OLE color: 7747353.

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

Color convert

RGB 25 55 118 -
CMYK 0.79 0.53 0 0.54
HSL 220.65º 0.65% 0.28% -
HSV(B) 220.65º 0.79% 0.46% -
XYZ 5.04 4.25 17.69 -
YUV 53.21 164.56 107.88 -
System Red Green Blue C M Y K H S L
Decimal 25 55 118 0.79 0.53 0 0.54 220.65 0.65 0.28
Hex 19 37 76 4F 35 0 36 DD 41 1C
Octal 31 67 166 117 65 0 66 335 101 34
Binary 11001 110111 1110110 1001111 110101 0 110110 11011101 1000001 11100

Color Harmonies of #193776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193776

Black with #193776

Text Example


Text Example

White with #193776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193776; }

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

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

background-color css

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

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

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

border-color css

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

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

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