Html Css Color HEX #196579 Allports

📋 copy color: '#196579'

red 25 ◦ green 101 ◦ blue 121

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

Shades of Allports #196579

Tints of Allports #196579

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.89%

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

R = 10.12%
G = 40.89%
B = 48.99%

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

#196579 (or 0x196579) is known color: Allports. HEX triplet: 19, 65 and 79. RGB value is (25,101,121). Sum of RGB (Red+Green+Blue) = 25+101+121=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 121 - color contains mainly: blue. Hex color #196579 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196579 is #E69A86. Grayscale: #505050. Windows color (decimal): -15112839 or 7955737. OLE color: 7955737.

HSL color Cylindrical-coordinate representation of color #196579: hue angle of 192.5º 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 #196579 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 101 121 -
CMYK 0.79 0.17 0 0.53
HSL 192.5º 0.66% 0.29% -
HSV(B) 192.5º 0.79% 0.47% -
XYZ 8.51 10.89 19.74 -
YUV 80.56 150.82 88.37 -
System Red Green Blue C M Y K H S L
Decimal 25 101 121 0.79 0.17 0 0.53 192.5 0.66 0.29
Hex 19 65 79 4F 11 0 35 C0 42 1D
Octal 31 145 171 117 21 0 65 300 102 35
Binary 11001 1100101 1111001 1001111 10001 0 110101 11000000 1000010 11101

Color Harmonies of #196579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196579

Black with #196579

Text Example


Text Example

White with #196579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196579; }

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

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

background-color css

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

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

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

border-color css

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

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

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