Html Css Color HEX #196972 Allports

📋 copy color: '#196972'

red 25 ◦ green 105 ◦ blue 114

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

Shades of Allports #196972

Tints of Allports #196972

RGB

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

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

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

R = 10.25%
G = 43.03%
B = 46.72%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#196972 (or 0x196972) is known color: Allports. HEX triplet: 19, 69 and 72. RGB value is (25,105,114). Sum of RGB (Red+Green+Blue) = 25+105+114=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #196972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196972 is #E6968D. Grayscale: #515151. Windows color (decimal): -15111822 or 7498009. OLE color: 7498009.

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

Color convert

RGB 25 105 114 -
CMYK 0.78 0.08 0 0.55
HSL 186.07º 0.64% 0.27% -
HSV(B) 186.07º 0.78% 0.45% -
XYZ 8.49 11.52 17.7 -
YUV 82.11 146 87.27 -
System Red Green Blue C M Y K H S L
Decimal 25 105 114 0.78 0.08 0 0.55 186.07 0.64 0.27
Hex 19 69 72 4E 8 0 37 BA 40 1B
Octal 31 151 162 116 10 0 67 272 100 33
Binary 11001 1101001 1110010 1001110 1000 0 110111 10111010 1000000 11011

Color Harmonies of #196972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196972

Black with #196972

Text Example


Text Example

White with #196972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196972; }

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

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

background-color css

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

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

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

border-color css

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

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

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