Html Css Color HEX #196988 Allports

📋 copy color: '#196988'

red 25 ◦ green 105 ◦ blue 136

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

Shades of Allports #196988

Tints of Allports #196988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.47%

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

R = 9.4%
G = 39.47%
B = 51.13%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#196988 (or 0x196988) is known color: Allports. HEX triplet: 19, 69 and 88. RGB value is (25,105,136). Sum of RGB (Red+Green+Blue) = 25+105+136=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #196988 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196988 is #E69677. Grayscale: #545454. Windows color (decimal): -15111800 or 8939801. OLE color: 8939801.

HSL color Cylindrical-coordinate representation of color #196988: hue angle of 196.76º 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 #196988 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 105 136 -
CMYK 0.82 0.23 0 0.47
HSL 196.76º 0.69% 0.32% -
HSV(B) 196.76º 0.82% 0.53% -
XYZ 9.9 12.09 25.1 -
YUV 84.61 157 85.48 -
System Red Green Blue C M Y K H S L
Decimal 25 105 136 0.82 0.23 0 0.47 196.76 0.69 0.32
Hex 19 69 88 52 17 0 2F C5 45 20
Octal 31 151 210 122 27 0 57 305 105 40
Binary 11001 1101001 10001000 1010010 10111 0 101111 11000101 1000101 100000

Color Harmonies of #196988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196988

Black with #196988

Text Example


Text Example

White with #196988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196988; }

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

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

background-color css

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

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

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

border-color css

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

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

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