Html Css Color HEX #196477 Allports

📋 copy color: '#196477'

red 25 ◦ green 100 ◦ blue 119

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

Shades of Allports #196477

Tints of Allports #196477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.98%

 BLUE value IS 119 (46.88% from 255) = 48.77%

R = 10.25%
G = 40.98%
B = 48.77%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#196477 (or 0x196477) is known color: Allports. HEX triplet: 19, 64 and 77. RGB value is (25,100,119). Sum of RGB (Red+Green+Blue) = 25+100+119=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #196477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196477 is #E69B88. Grayscale: #4F4F4F. Windows color (decimal): -15113097 or 7824409. OLE color: 7824409.

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

Color convert

RGB 25 100 119 -
CMYK 0.79 0.16 0 0.53
HSL 192.13º 0.65% 0.28% -
HSV(B) 192.13º 0.79% 0.47% -
XYZ 8.29 10.65 19.07 -
YUV 79.74 150.15 88.96 -
System Red Green Blue C M Y K H S L
Decimal 25 100 119 0.79 0.16 0 0.53 192.13 0.65 0.28
Hex 19 64 77 4F 10 0 35 C0 41 1C
Octal 31 144 167 117 20 0 65 300 101 34
Binary 11001 1100100 1110111 1001111 10000 0 110101 11000000 1000001 11100

Color Harmonies of #196477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196477

Black with #196477

Text Example


Text Example

White with #196477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196477; }

 p { color: rgb(25,100,119); }

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

background-color css

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

 a { background-color: rgb(25,100,119); }

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

border-color css

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

 span { border-color: rgb(25,100,119); }

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