#196A8B

Color #196A8B Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #196A8B

Tints of Allports #196A8B

Color information

#196A8B (or 0x196A8B) is unknown color: approx Allports. HEX triplet: 19, 6A and 8B. RGB value is (25,106,139). Sum of RGB (Red+Green+Blue) = 25+106+139=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #196A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196A8B is #E69574. Grayscale: #555555. Windows color (decimal): -15111541 or 9136665. OLE color: 9136665.

HSL color Cylindrical-coordinate representation of color #196A8B: hue angle of 197.37º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #196A8B is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB25106139-
CMYK0.820.2400.45
HSL197.37º69.51%32.16%-
HSV(B)197.37º82.01%54.51%-
XYZ10.2212.3826.28-
YUV85.54158.1684.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.26%
GREEN value IS 106 (41.80% from 255) = 39.26%
BLUE value IS 139 (54.69% from 255) = 51.48%
R=9.26%
G=39.26%
B=51.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251061390.820.2400.45197.3769.5132.16
Hex196A8B521802Dc54620
Octal311522131223005530510640
Binary110011101010100010111010010110000101101110001011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,106,139); }

 H1.HeaderClassName
 {
   color: #196A8B;
 }
 .AnyTagClassName
 {
   color: #196A8B;
 }
</style>
background-color css

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

 a { background-color: rgb(25,106,139); }

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

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

 span { border-color: rgb(25,106,139); }

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