Html Css Color HEX #196772 Allports

📋 copy color: '#196772'

red 25 ◦ green 103 ◦ blue 114

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

Shades of Allports #196772

Tints of Allports #196772

RGB

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

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

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

R = 10.33%
G = 42.56%
B = 47.11%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#196772 (or 0x196772) is known color: Allports. HEX triplet: 19, 67 and 72. RGB value is (25,103,114). Sum of RGB (Red+Green+Blue) = 25+103+114=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #196772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196772 is #E6988D. Grayscale: #505050. Windows color (decimal): -15112334 or 7497497. OLE color: 7497497.

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

Color convert

RGB 25 103 114 -
CMYK 0.78 0.10 0 0.55
HSL 187.42º 0.64% 0.27% -
HSV(B) 187.42º 0.78% 0.45% -
XYZ 8.29 11.12 17.63 -
YUV 80.93 146.66 88.11 -
System Red Green Blue C M Y K H S L
Decimal 25 103 114 0.78 0.10 0 0.55 187.42 0.64 0.27
Hex 19 67 72 4E A 0 37 BB 40 1B
Octal 31 147 162 116 12 0 67 273 100 33
Binary 11001 1100111 1110010 1001110 1010 0 110111 10111011 1000000 11011

Color Harmonies of #196772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196772

Black with #196772

Text Example


Text Example

White with #196772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196772; }

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

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

background-color css

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

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

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

border-color css

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

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

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