Html Css Color HEX #196575 Allports

📋 copy color: '#196575'

red 25 ◦ green 101 ◦ blue 117

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

Shades of Allports #196575

Tints of Allports #196575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.15%

R = 10.29%
G = 41.56%
B = 48.15%

CMYK

 C value IS 0.79

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#196575 (or 0x196575) is known color: Allports. HEX triplet: 19, 65 and 75. RGB value is (25,101,117). Sum of RGB (Red+Green+Blue) = 25+101+117=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #196575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196575 is #E69A8A. Grayscale: #4F4F4F. Windows color (decimal): -15112843 or 7693593. OLE color: 7693593.

HSL color Cylindrical-coordinate representation of color #196575: hue angle of 190.43º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196575 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 101 117 -
CMYK 0.79 0.14 0 0.54
HSL 190.43º 0.65% 0.28% -
HSV(B) 190.43º 0.79% 0.46% -
XYZ 8.27 10.8 18.48 -
YUV 80.1 148.82 88.7 -
System Red Green Blue C M Y K H S L
Decimal 25 101 117 0.79 0.14 0 0.54 190.43 0.65 0.28
Hex 19 65 75 4F E 0 36 BE 41 1C
Octal 31 145 165 117 16 0 66 276 101 34
Binary 11001 1100101 1110101 1001111 1110 0 110110 10111110 1000001 11100

Color Harmonies of #196575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196575

Black with #196575

Text Example


Text Example

White with #196575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196575; }

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

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

background-color css

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

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

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

border-color css

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

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

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