Html Css Color HEX #196888 Allports

📋 copy color: '#196888'

red 25 ◦ green 104 ◦ blue 136

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

Shades of Allports #196888

Tints of Allports #196888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 51.32%

R = 9.43%
G = 39.25%
B = 51.32%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#196888 (or 0x196888) is known color: Allports. HEX triplet: 19, 68 and 88. RGB value is (25,104,136). Sum of RGB (Red+Green+Blue) = 25+104+136=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 136 (53.52% from 255 or 51.32% from 265); Max value from RGB is 136 - color contains mainly: blue. Hex color #196888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196888 is #E69777. Grayscale: #535353. Windows color (decimal): -15112056 or 8939545. OLE color: 8939545.

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

Color convert

RGB 25 104 136 -
CMYK 0.82 0.24 0 0.47
HSL 197.3º 0.69% 0.32% -
HSV(B) 197.3º 0.82% 0.53% -
XYZ 9.8 11.88 25.07 -
YUV 84.03 157.33 85.9 -
System Red Green Blue C M Y K H S L
Decimal 25 104 136 0.82 0.24 0 0.47 197.3 0.69 0.32
Hex 19 68 88 52 18 0 2F C5 45 20
Octal 31 150 210 122 30 0 57 305 105 40
Binary 11001 1101000 10001000 1010010 11000 0 101111 11000101 1000101 100000

Color Harmonies of #196888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196888

Black with #196888

Text Example


Text Example

White with #196888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196888; }

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

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

background-color css

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

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

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

border-color css

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

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

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