Html Css Color HEX #196872 Allports

📋 copy color: '#196872'

red 25 ◦ green 104 ◦ blue 114

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

Shades of Allports #196872

Tints of Allports #196872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.8%

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

R = 10.29%
G = 42.8%
B = 46.91%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#196872 (or 0x196872) is known color: Allports. HEX triplet: 19, 68 and 72. RGB value is (25,104,114). Sum of RGB (Red+Green+Blue) = 25+104+114=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #196872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196872 is #E6978D. Grayscale: #515151. Windows color (decimal): -15112078 or 7497753. OLE color: 7497753.

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

Color convert

RGB 25 104 114 -
CMYK 0.78 0.09 0 0.55
HSL 186.74º 0.64% 0.27% -
HSV(B) 186.74º 0.78% 0.45% -
XYZ 8.39 11.32 17.66 -
YUV 81.52 146.33 87.69 -
System Red Green Blue C M Y K H S L
Decimal 25 104 114 0.78 0.09 0 0.55 186.74 0.64 0.27
Hex 19 68 72 4E 9 0 37 BB 40 1B
Octal 31 150 162 116 11 0 67 273 100 33
Binary 11001 1101000 1110010 1001110 1001 0 110111 10111011 1000000 11011

Color Harmonies of #196872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196872

Black with #196872

Text Example


Text Example

White with #196872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196872; }

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

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

background-color css

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

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

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

border-color css

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

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

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