Html Css Color HEX #196174 Allports

📋 copy color: '#196174'

red 25 ◦ green 97 ◦ blue 116

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

Shades of Allports #196174

Tints of Allports #196174

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.76%

 BLUE value IS 116 (45.7% from 255) = 48.74%

R = 10.5%
G = 40.76%
B = 48.74%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#196174 (or 0x196174) is known color: Allports. HEX triplet: 19, 61 and 74. RGB value is (25,97,116). Sum of RGB (Red+Green+Blue) = 25+97+116=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #196174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196174 is #E69E8B. Grayscale: #4D4D4D. Windows color (decimal): -15113868 or 7627033. OLE color: 7627033.

HSL color Cylindrical-coordinate representation of color #196174: hue angle of 192.53º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #196174 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 97 116 -
CMYK 0.78 0.16 0 0.55
HSL 192.53º 0.65% 0.28% -
HSV(B) 192.53º 0.78% 0.45% -
XYZ 7.83 10.02 18.04 -
YUV 77.64 149.65 90.46 -
System Red Green Blue C M Y K H S L
Decimal 25 97 116 0.78 0.16 0 0.55 192.53 0.65 0.28
Hex 19 61 74 4E 10 0 37 C1 41 1C
Octal 31 141 164 116 20 0 67 301 101 34
Binary 11001 1100001 1110100 1001110 10000 0 110111 11000001 1000001 11100

Color Harmonies of #196174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196174

Black with #196174

Text Example


Text Example

White with #196174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196174; }

 p { color: rgb(25,97,116); }

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

background-color css

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

 a { background-color: rgb(25,97,116); }

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

border-color css

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

 span { border-color: rgb(25,97,116); }

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