Html Css Color HEX #196D88 Allports

📋 copy color: '#196D88'

red 25 ◦ green 109 ◦ blue 136

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

Shades of Allports #196D88

Tints of Allports #196D88

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.37%

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

R = 9.26%
G = 40.37%
B = 50.37%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#196D88 (or 0x196D88) is known color: Allports. HEX triplet: 19, 6D and 88. RGB value is (25,109,136). Sum of RGB (Red+Green+Blue) = 25+109+136=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 136 (53.52% from 255 or 50.37% from 270); Max value from RGB is 136 - color contains mainly: blue. Hex color #196D88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196D88 is #E69277. Grayscale: #565656. Windows color (decimal): -15110776 or 8940825. OLE color: 8940825.

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

Color convert

RGB 25 109 136 -
CMYK 0.82 0.20 0 0.47
HSL 194.59º 0.69% 0.32% -
HSV(B) 194.59º 0.82% 0.53% -
XYZ 10.31 12.92 25.24 -
YUV 86.96 155.67 83.8 -
System Red Green Blue C M Y K H S L
Decimal 25 109 136 0.82 0.20 0 0.47 194.59 0.69 0.32
Hex 19 6D 88 52 14 0 2F C3 45 20
Octal 31 155 210 122 24 0 57 303 105 40
Binary 11001 1101101 10001000 1010010 10100 0 101111 11000011 1000101 100000

Color Harmonies of #196D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196D88

Black with #196D88

Text Example


Text Example

White with #196D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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