Html Css Color HEX #197794 Allports

📋 copy color: '#197794'

red 25 ◦ green 119 ◦ blue 148

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

Shades of Allports #197794

Tints of Allports #197794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.75%

 BLUE value IS 148 (58.2% from 255) = 50.68%

R = 8.56%
G = 40.75%
B = 50.68%

CMYK

 C value IS 0.83

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#197794 (or 0x197794) is known color: Allports. HEX triplet: 19, 77 and 94. RGB value is (25,119,148). Sum of RGB (Red+Green+Blue) = 25+119+148=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #197794 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197794 is #E6886B. Grayscale: #5D5D5D. Windows color (decimal): -15108204 or 9729817. OLE color: 9729817.

HSL color Cylindrical-coordinate representation of color #197794: hue angle of 194.15º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197794 is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 119 148 -
CMYK 0.83 0.20 0 0.42
HSL 194.15º 0.71% 0.34% -
HSV(B) 194.15º 0.83% 0.58% -
XYZ 12.34 15.54 30.37 -
YUV 94.2 158.36 78.64 -
System Red Green Blue C M Y K H S L
Decimal 25 119 148 0.83 0.20 0 0.42 194.15 0.71 0.34
Hex 19 77 94 53 14 0 2A C2 47 22
Octal 31 167 224 123 24 0 52 302 107 42
Binary 11001 1110111 10010100 1010011 10100 0 101010 11000010 1000111 100010

Color Harmonies of #197794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197794

Black with #197794

Text Example


Text Example

White with #197794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197794; }

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

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

background-color css

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

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

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

border-color css

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

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

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