Html Css Color HEX #197495 Allports

📋 copy color: '#197495'

red 25 ◦ green 116 ◦ blue 149

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

Shades of Allports #197495

Tints of Allports #197495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40%

 BLUE value IS 149 (58.59% from 255) = 51.38%

R = 8.62%
G = 40%
B = 51.38%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#197495 (or 0x197495) is known color: Allports. HEX triplet: 19, 74 and 95. RGB value is (25,116,149). Sum of RGB (Red+Green+Blue) = 25+116+149=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #197495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197495 is #E68B6A. Grayscale: #5C5C5C. Windows color (decimal): -15108971 or 9794585. OLE color: 9794585.

HSL color Cylindrical-coordinate representation of color #197495: hue angle of 195.97º 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 #197495 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 116 149 -
CMYK 0.83 0.22 0 0.42
HSL 195.97º 0.71% 0.34% -
HSV(B) 195.97º 0.83% 0.58% -
XYZ 12.07 14.87 30.67 -
YUV 92.55 159.85 79.82 -
System Red Green Blue C M Y K H S L
Decimal 25 116 149 0.83 0.22 0 0.42 195.97 0.71 0.34
Hex 19 74 95 53 16 0 2A C4 47 22
Octal 31 164 225 123 26 0 52 304 107 42
Binary 11001 1110100 10010101 1010011 10110 0 101010 11000100 1000111 100010

Color Harmonies of #197495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197495

Black with #197495

Text Example


Text Example

White with #197495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197495; }

 p { color: rgb(25,116,149); }

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

background-color css

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

 a { background-color: rgb(25,116,149); }

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

border-color css

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

 span { border-color: rgb(25,116,149); }

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