Html Css Color HEX #197073 Allports

📋 copy color: '#197073'

red 25 ◦ green 112 ◦ blue 115

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

Shades of Allports #197073

Tints of Allports #197073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.63%

R = 9.92%
G = 44.44%
B = 45.63%

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#197073 (or 0x197073) is known color: Allports. HEX triplet: 19, 70 and 73. RGB value is (25,112,115). Sum of RGB (Red+Green+Blue) = 25+112+115=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #197073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197073 is #E68F8C. Grayscale: #565656. Windows color (decimal): -15110029 or 7565337. OLE color: 7565337.

HSL color Cylindrical-coordinate representation of color #197073: hue angle of 182º 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 #197073 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 112 115 -
CMYK 0.78 0.03 0 0.55
HSL 182º 0.64% 0.27% -
HSV(B) 182º 0.78% 0.45% -
XYZ 9.29 13.03 18.25 -
YUV 86.33 144.18 84.26 -
System Red Green Blue C M Y K H S L
Decimal 25 112 115 0.78 0.03 0 0.55 182 0.64 0.27
Hex 19 70 73 4E 3 0 37 B6 40 1B
Octal 31 160 163 116 3 0 67 266 100 33
Binary 11001 1110000 1110011 1001110 11 0 110111 10110110 1000000 11011

Color Harmonies of #197073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197073

Black with #197073

Text Example


Text Example

White with #197073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197073; }

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

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

background-color css

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

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

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

border-color css

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

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

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