Html Css Color HEX #196770 Allports

📋 copy color: '#196770'

red 25 ◦ green 103 ◦ blue 112

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

Shades of Allports #196770

Tints of Allports #196770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.92%

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

R = 10.42%
G = 42.92%
B = 46.67%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#196770 (or 0x196770) is known color: Allports. HEX triplet: 19, 67 and 70. RGB value is (25,103,112). Sum of RGB (Red+Green+Blue) = 25+103+112=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #196770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196770 is #E6988F. Grayscale: #505050. Windows color (decimal): -15112336 or 7366425. OLE color: 7366425.

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

Color convert

RGB 25 103 112 -
CMYK 0.78 0.08 0 0.56
HSL 186.21º 0.64% 0.27% -
HSV(B) 186.21º 0.78% 0.44% -
XYZ 8.18 11.08 17.04 -
YUV 80.7 145.66 88.27 -
System Red Green Blue C M Y K H S L
Decimal 25 103 112 0.78 0.08 0 0.56 186.21 0.64 0.27
Hex 19 67 70 4E 8 0 38 BA 40 1B
Octal 31 147 160 116 10 0 70 272 100 33
Binary 11001 1100111 1110000 1001110 1000 0 111000 10111010 1000000 11011

Color Harmonies of #196770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196770

Black with #196770

Text Example


Text Example

White with #196770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196770; }

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

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

background-color css

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

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

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

border-color css

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

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

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