Html Css Color HEX #196479 Allports

📋 copy color: '#196479'

red 25 ◦ green 100 ◦ blue 121

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

Shades of Allports #196479

Tints of Allports #196479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.65%

 BLUE value IS 121 (47.66% from 255) = 49.19%

R = 10.16%
G = 40.65%
B = 49.19%

CMYK

 C value IS 0.79

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#196479 (or 0x196479) is known color: Allports. HEX triplet: 19, 64 and 79. RGB value is (25,100,121). Sum of RGB (Red+Green+Blue) = 25+100+121=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #196479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196479 is #E69B86. Grayscale: #4F4F4F. Windows color (decimal): -15113095 or 7955481. OLE color: 7955481.

HSL color Cylindrical-coordinate representation of color #196479: hue angle of 193.12º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196479 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 100 121 -
CMYK 0.79 0.17 0 0.53
HSL 193.13º 0.66% 0.29% -
HSV(B) 193.13º 0.79% 0.47% -
XYZ 8.41 10.7 19.71 -
YUV 79.97 151.15 88.79 -
System Red Green Blue C M Y K H S L
Decimal 25 100 121 0.79 0.17 0 0.53 193.13 0.66 0.29
Hex 19 64 79 4F 11 0 35 C1 42 1D
Octal 31 144 171 117 21 0 65 301 102 35
Binary 11001 1100100 1111001 1001111 10001 0 110101 11000001 1000010 11101

Color Harmonies of #196479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196479

Black with #196479

Text Example


Text Example

White with #196479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196479; }

 p { color: rgb(25,100,121); }

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

background-color css

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

 a { background-color: rgb(25,100,121); }

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

border-color css

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

 span { border-color: rgb(25,100,121); }

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