#196975

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

Shades of Allports #196975

Tints of Allports #196975

Color information

#196975 (or 0x196975) is unknown color: approx Allports. HEX triplet: 19, 69 and 75. RGB value is (25,105,117). Sum of RGB (Red+Green+Blue) = 25+105+117=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #196975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196975 is #E6968A. Grayscale: #525252. Windows color (decimal): -15111819 or 7694617. OLE color: 7694617.

HSL color Cylindrical-coordinate representation of color #196975: hue angle of 187.83º 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 #196975 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB25105117-
CMYK0.790.1000.54
HSL187.83º64.79%27.84%-
HSV(B)187.83º78.63%45.88%-
XYZ8.6611.5918.61-
YUV82.45147.587.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.12%
GREEN value IS 105 (41.41% from 255) = 42.51%
BLUE value IS 117 (46.09% from 255) = 47.37%
R=10.12%
G=42.51%
B=47.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal251051170.790.1000.54187.8364.7927.84
Hex1969754FA036bc411c
Octal311511651171206627410134
Binary110011101001111010110011111010011011010111100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196975; }

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

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

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

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

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

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

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

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