Html Css Color HEX #196788 Allports

📋 copy color: '#196788'

red 25 ◦ green 103 ◦ blue 136

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

Shades of Allports #196788

Tints of Allports #196788

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.02%

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

R = 9.47%
G = 39.02%
B = 51.52%

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

#196788 (or 0x196788) is known color: Allports. HEX triplet: 19, 67 and 88. RGB value is (25,103,136). Sum of RGB (Red+Green+Blue) = 25+103+136=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #196788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196788 is #E69877. Grayscale: #535353. Windows color (decimal): -15112312 or 8939289. OLE color: 8939289.

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

Color convert

RGB 25 103 136 -
CMYK 0.82 0.24 0 0.47
HSL 197.84º 0.69% 0.32% -
HSV(B) 197.84º 0.82% 0.53% -
XYZ 9.7 11.68 25.04 -
YUV 83.44 157.66 86.32 -
System Red Green Blue C M Y K H S L
Decimal 25 103 136 0.82 0.24 0 0.47 197.84 0.69 0.32
Hex 19 67 88 52 18 0 2F C6 45 20
Octal 31 147 210 122 30 0 57 306 105 40
Binary 11001 1100111 10001000 1010010 11000 0 101111 11000110 1000101 100000

Color Harmonies of #196788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196788

Black with #196788

Text Example


Text Example

White with #196788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196788; }

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

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

background-color css

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

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

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

border-color css

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

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

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