Html Css Color HEX #197072 Allports

📋 copy color: '#197072'

red 25 ◦ green 112 ◦ blue 114

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

Shades of Allports #197072

Tints of Allports #197072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.42%

R = 9.96%
G = 44.62%
B = 45.42%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#197072 (or 0x197072) is known color: Allports. HEX triplet: 19, 70 and 72. RGB value is (25,112,114). Sum of RGB (Red+Green+Blue) = 25+112+114=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #197072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197072 is #E68F8D. Grayscale: #565656. Windows color (decimal): -15110030 or 7499801. OLE color: 7499801.

HSL color Cylindrical-coordinate representation of color #197072: hue angle of 181.35º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197072 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 112 114 -
CMYK 0.78 0.02 0 0.55
HSL 181.35º 0.64% 0.27% -
HSV(B) 181.35º 0.78% 0.45% -
XYZ 9.23 13.01 17.94 -
YUV 86.22 143.68 84.34 -
System Red Green Blue C M Y K H S L
Decimal 25 112 114 0.78 0.02 0 0.55 181.35 0.64 0.27
Hex 19 70 72 4E 2 0 37 B5 40 1B
Octal 31 160 162 116 2 0 67 265 100 33
Binary 11001 1110000 1110010 1001110 10 0 110111 10110101 1000000 11011

Color Harmonies of #197072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197072

Black with #197072

Text Example


Text Example

White with #197072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197072; }

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

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

background-color css

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

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

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

border-color css

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

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

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