Html Css Color HEX #196671 Allports

📋 copy color: '#196671'

red 25 ◦ green 102 ◦ blue 113

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

Shades of Allports #196671

Tints of Allports #196671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.5%

 BLUE value IS 113 (44.53% from 255) = 47.08%

R = 10.42%
G = 42.5%
B = 47.08%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#196671 (or 0x196671) is known color: Allports. HEX triplet: 19, 66 and 71. RGB value is (25,102,113). Sum of RGB (Red+Green+Blue) = 25+102+113=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #196671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196671 is #E6998E. Grayscale: #505050. Windows color (decimal): -15112591 or 7431705. OLE color: 7431705.

HSL color Cylindrical-coordinate representation of color #196671: hue angle of 187.5º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #196671 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 102 113 -
CMYK 0.78 0.10 0 0.56
HSL 187.5º 0.64% 0.27% -
HSV(B) 187.5º 0.78% 0.44% -
XYZ 8.13 10.9 17.3 -
YUV 80.23 146.49 88.61 -
System Red Green Blue C M Y K H S L
Decimal 25 102 113 0.78 0.10 0 0.56 187.5 0.64 0.27
Hex 19 66 71 4E A 0 38 BC 40 1B
Octal 31 146 161 116 12 0 70 274 100 33
Binary 11001 1100110 1110001 1001110 1010 0 111000 10111100 1000000 11011

Color Harmonies of #196671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196671

Black with #196671

Text Example


Text Example

White with #196671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196671; }

 p { color: rgb(25,102,113); }

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

background-color css

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

 a { background-color: rgb(25,102,113); }

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

border-color css

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

 span { border-color: rgb(25,102,113); }

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