Html Css Color HEX #196776 Allports

📋 copy color: '#196776'

red 25 ◦ green 103 ◦ blue 118

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

Shades of Allports #196776

Tints of Allports #196776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.87%

 BLUE value IS 118 (46.48% from 255) = 47.97%

R = 10.16%
G = 41.87%
B = 47.97%

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#196776 (or 0x196776) is known color: Allports. HEX triplet: 19, 67 and 76. RGB value is (25,103,118). Sum of RGB (Red+Green+Blue) = 25+103+118=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #196776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196776 is #E69889. Grayscale: #515151. Windows color (decimal): -15112330 or 7759641. OLE color: 7759641.

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

Color convert

RGB 25 103 118 -
CMYK 0.79 0.13 0 0.54
HSL 189.68º 0.65% 0.28% -
HSV(B) 189.68º 0.79% 0.46% -
XYZ 8.52 11.22 18.86 -
YUV 81.39 148.66 87.78 -
System Red Green Blue C M Y K H S L
Decimal 25 103 118 0.79 0.13 0 0.54 189.68 0.65 0.28
Hex 19 67 76 4F D 0 36 BE 41 1C
Octal 31 147 166 117 15 0 66 276 101 34
Binary 11001 1100111 1110110 1001111 1101 0 110110 10111110 1000001 11100

Color Harmonies of #196776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196776

Black with #196776

Text Example


Text Example

White with #196776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196776; }

 p { color: rgb(25,103,118); }

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

background-color css

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

 a { background-color: rgb(25,103,118); }

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

border-color css

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

 span { border-color: rgb(25,103,118); }

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