Html Css Color HEX #196372 Allports

📋 copy color: '#196372'

red 25 ◦ green 99 ◦ blue 114

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

Shades of Allports #196372

Tints of Allports #196372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.6%

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

R = 10.5%
G = 41.6%
B = 47.9%

CMYK

 C value IS 0.78

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#196372 (or 0x196372) is known color: Allports. HEX triplet: 19, 63 and 72. RGB value is (25,99,114). Sum of RGB (Red+Green+Blue) = 25+99+114=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #196372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196372 is #E69C8D. Grayscale: #4E4E4E. Windows color (decimal): -15113358 or 7496473. OLE color: 7496473.

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

Color convert

RGB 25 99 114 -
CMYK 0.78 0.13 0 0.55
HSL 190.11º 0.64% 0.27% -
HSV(B) 190.11º 0.78% 0.45% -
XYZ 7.9 10.35 17.5 -
YUV 78.58 147.98 89.78 -
System Red Green Blue C M Y K H S L
Decimal 25 99 114 0.78 0.13 0 0.55 190.11 0.64 0.27
Hex 19 63 72 4E D 0 37 BE 40 1B
Octal 31 143 162 116 15 0 67 276 100 33
Binary 11001 1100011 1110010 1001110 1101 0 110111 10111110 1000000 11011

Color Harmonies of #196372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196372

Black with #196372

Text Example


Text Example

White with #196372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196372; }

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

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

background-color css

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

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

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

border-color css

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

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

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