Html Css Color HEX #197075 Allports

📋 copy color: '#197075'

red 25 ◦ green 112 ◦ blue 117

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

Shades of Allports #197075

Tints of Allports #197075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.06%

R = 9.84%
G = 44.09%
B = 46.06%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#197075 (or 0x197075) is known color: Allports. HEX triplet: 19, 70 and 75. RGB value is (25,112,117). Sum of RGB (Red+Green+Blue) = 25+112+117=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #197075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197075 is #E68F8A. Grayscale: #565656. Windows color (decimal): -15110027 or 7696409. OLE color: 7696409.

HSL color Cylindrical-coordinate representation of color #197075: hue angle of 183.26º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197075 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 112 117 -
CMYK 0.79 0.04 0 0.54
HSL 183.26º 0.65% 0.28% -
HSV(B) 183.26º 0.79% 0.46% -
XYZ 9.41 13.08 18.86 -
YUV 86.56 145.18 84.09 -
System Red Green Blue C M Y K H S L
Decimal 25 112 117 0.79 0.04 0 0.54 183.26 0.65 0.28
Hex 19 70 75 4F 4 0 36 B7 41 1C
Octal 31 160 165 117 4 0 66 267 101 34
Binary 11001 1110000 1110101 1001111 100 0 110110 10110111 1000001 11100

Color Harmonies of #197075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197075

Black with #197075

Text Example


Text Example

White with #197075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197075; }

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

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

background-color css

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

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

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

border-color css

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

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

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