#196675

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

Shades of Allports #196675

Tints of Allports #196675

Color information

#196675 (or 0x196675) is unknown color: approx Allports. HEX triplet: 19, 66 and 75. RGB value is (25,102,117). Sum of RGB (Red+Green+Blue) = 25+102+117=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #196675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196675 is #E6998A. Grayscale: #505050. Windows color (decimal): -15112587 or 7693849. OLE color: 7693849.

HSL color Cylindrical-coordinate representation of color #196675: hue angle of 189.78º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196675 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB25102117-
CMYK0.790.1300.54
HSL189.78º64.79%27.84%-
HSV(B)189.78º78.63%45.88%-
XYZ8.3610.9918.51-
YUV80.69148.4988.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.25%
GREEN value IS 102 (40.23% from 255) = 41.80%
BLUE value IS 117 (46.09% from 255) = 47.95%
R=10.25%
G=41.80%
B=47.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal251021170.790.1300.54189.7864.7927.84
Hex1966754FD036be411c
Octal311461651171506627610134
Binary110011100110111010110011111101011011010111110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196675; }

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

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

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

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

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

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

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

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