Html Css Color HEX #196889 Allports

📋 copy color: '#196889'

red 25 ◦ green 104 ◦ blue 137

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

Shades of Allports #196889

Tints of Allports #196889

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.1%

 BLUE value IS 137 (53.91% from 255) = 51.5%

R = 9.4%
G = 39.1%
B = 51.5%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#196889 (or 0x196889) is known color: Allports. HEX triplet: 19, 68 and 89. RGB value is (25,104,137). Sum of RGB (Red+Green+Blue) = 25+104+137=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #196889 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196889 is #E69776. Grayscale: #535353. Windows color (decimal): -15112055 or 9005081. OLE color: 9005081.

HSL color Cylindrical-coordinate representation of color #196889: hue angle of 197.68º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #196889 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 104 137 -
CMYK 0.82 0.24 0 0.46
HSL 197.68º 0.69% 0.32% -
HSV(B) 197.68º 0.82% 0.54% -
XYZ 9.87 11.91 25.45 -
YUV 84.14 157.83 85.82 -
System Red Green Blue C M Y K H S L
Decimal 25 104 137 0.82 0.24 0 0.46 197.68 0.69 0.32
Hex 19 68 89 52 18 0 2E C6 45 20
Octal 31 150 211 122 30 0 56 306 105 40
Binary 11001 1101000 10001001 1010010 11000 0 101110 11000110 1000101 100000

Color Harmonies of #196889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196889

Black with #196889

Text Example


Text Example

White with #196889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196889; }

 p { color: rgb(25,104,137); }

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

background-color css

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

 a { background-color: rgb(25,104,137); }

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

border-color css

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

 span { border-color: rgb(25,104,137); }

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