Html Css Color HEX #196978 Allports

📋 copy color: '#196978'

red 25 ◦ green 105 ◦ blue 120

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

Shades of Allports #196978

Tints of Allports #196978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42%

 BLUE value IS 120 (47.27% from 255) = 48%

R = 10%
G = 42%
B = 48%

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#196978 (or 0x196978) is known color: Allports. HEX triplet: 19, 69 and 78. RGB value is (25,105,120). Sum of RGB (Red+Green+Blue) = 25+105+120=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #196978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196978 is #E69687. Grayscale: #525252. Windows color (decimal): -15111816 or 7891225. OLE color: 7891225.

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

Color convert

RGB 25 105 120 -
CMYK 0.79 0.13 0 0.53
HSL 189.47º 0.66% 0.28% -
HSV(B) 189.47º 0.79% 0.47% -
XYZ 8.84 11.67 19.55 -
YUV 82.79 149 86.78 -
System Red Green Blue C M Y K H S L
Decimal 25 105 120 0.79 0.13 0 0.53 189.47 0.66 0.28
Hex 19 69 78 4F D 0 35 BD 42 1C
Octal 31 151 170 117 15 0 65 275 102 34
Binary 11001 1101001 1111000 1001111 1101 0 110101 10111101 1000010 11100

Color Harmonies of #196978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196978

Black with #196978

Text Example


Text Example

White with #196978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196978; }

 p { color: rgb(25,105,120); }

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

background-color css

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

 a { background-color: rgb(25,105,120); }

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

border-color css

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

 span { border-color: rgb(25,105,120); }

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