Html Css Color HEX #196688 Allports

📋 copy color: '#196688'

red 25 ◦ green 102 ◦ blue 136

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

Shades of Allports #196688

Tints of Allports #196688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.78%

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

R = 9.51%
G = 38.78%
B = 51.71%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#196688 (or 0x196688) is known color: Allports. HEX triplet: 19, 66 and 88. RGB value is (25,102,136). Sum of RGB (Red+Green+Blue) = 25+102+136=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #196688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196688 is #E69977. Grayscale: #525252. Windows color (decimal): -15112568 or 8939033. OLE color: 8939033.

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

Color convert

RGB 25 102 136 -
CMYK 0.82 0.25 0 0.47
HSL 198.38º 0.69% 0.32% -
HSV(B) 198.38º 0.82% 0.53% -
XYZ 9.6 11.49 25 -
YUV 82.85 157.99 86.74 -
System Red Green Blue C M Y K H S L
Decimal 25 102 136 0.82 0.25 0 0.47 198.38 0.69 0.32
Hex 19 66 88 52 19 0 2F C6 45 20
Octal 31 146 210 122 31 0 57 306 105 40
Binary 11001 1100110 10001000 1010010 11001 0 101111 11000110 1000101 100000

Color Harmonies of #196688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196688

Black with #196688

Text Example


Text Example

White with #196688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196688; }

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

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

background-color css

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

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

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

border-color css

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

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

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