Html Css Color HEX #197090 Allports

📋 copy color: '#197090'

red 25 ◦ green 112 ◦ blue 144

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

Shades of Allports #197090

Tints of Allports #197090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.86%

 BLUE value IS 144 (56.64% from 255) = 51.25%

R = 8.9%
G = 39.86%
B = 51.25%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#197090 (or 0x197090) is known color: Allports. HEX triplet: 19, 70 and 90. RGB value is (25,112,144). Sum of RGB (Red+Green+Blue) = 25+112+144=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #197090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197090 is #E68F6F. Grayscale: #595959. Windows color (decimal): -15110000 or 9465881. OLE color: 9465881.

HSL color Cylindrical-coordinate representation of color #197090: hue angle of 196.13º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197090 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 112 144 -
CMYK 0.83 0.22 0 0.44
HSL 196.13º 0.7% 0.33% -
HSV(B) 196.13º 0.83% 0.56% -
XYZ 11.23 13.81 28.46 -
YUV 89.64 158.68 81.9 -
System Red Green Blue C M Y K H S L
Decimal 25 112 144 0.83 0.22 0 0.44 196.13 0.7 0.33
Hex 19 70 90 53 16 0 2C C4 46 21
Octal 31 160 220 123 26 0 54 304 106 41
Binary 11001 1110000 10010000 1010011 10110 0 101100 11000100 1000110 100001

Color Harmonies of #197090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197090

Black with #197090

Text Example


Text Example

White with #197090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197090; }

 p { color: rgb(25,112,144); }

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

background-color css

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

 a { background-color: rgb(25,112,144); }

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

border-color css

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

 span { border-color: rgb(25,112,144); }

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