Html Css Color HEX #196970 Allports

📋 copy color: '#196970'

red 25 ◦ green 105 ◦ blue 112

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

Shades of Allports #196970

Tints of Allports #196970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.39%

 BLUE value IS 112 (44.14% from 255) = 46.28%

R = 10.33%
G = 43.39%
B = 46.28%

CMYK

 C value IS 0.78

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#196970 (or 0x196970) is known color: Allports. HEX triplet: 19, 69 and 70. RGB value is (25,105,112). Sum of RGB (Red+Green+Blue) = 25+105+112=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #196970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196970 is #E6968F. Grayscale: #515151. Windows color (decimal): -15111824 or 7366937. OLE color: 7366937.

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

Color convert

RGB 25 105 112 -
CMYK 0.78 0.06 0 0.56
HSL 184.83º 0.64% 0.27% -
HSV(B) 184.83º 0.78% 0.44% -
XYZ 8.38 11.48 17.1 -
YUV 81.88 145 87.43 -
System Red Green Blue C M Y K H S L
Decimal 25 105 112 0.78 0.06 0 0.56 184.83 0.64 0.27
Hex 19 69 70 4E 6 0 38 B9 40 1B
Octal 31 151 160 116 6 0 70 271 100 33
Binary 11001 1101001 1110000 1001110 110 0 111000 10111001 1000000 11011

Color Harmonies of #196970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196970

Black with #196970

Text Example


Text Example

White with #196970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196970; }

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

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

background-color css

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

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

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

border-color css

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

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

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