#195F6D

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

Shades of Allports #195F6D

Tints of Allports #195F6D

Color information

#195F6D (or 0x195F6D) is unknown color: approx Allports. HEX triplet: 19, 5F and 6D. RGB value is (25,95,109). Sum of RGB (Red+Green+Blue) = 25+95+109=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 95 (37.5% from 255 or 41.48% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #195F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195F6D is #E6A092. Grayscale: #4B4B4B. Windows color (decimal): -15114387 or 7167769. OLE color: 7167769.

HSL color Cylindrical-coordinate representation of color #195F6D: hue angle of 190º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #195F6D is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2595109-
CMYK0.770.1300.57
HSL190º62.69%26.27%-
HSV(B)190º77.06%42.75%-
XYZ7.259.515.92-
YUV75.67146.8191.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.92%
GREEN value IS 95 (37.5% from 255) = 41.48%
BLUE value IS 109 (42.97% from 255) = 47.60%
R=10.92%
G=41.48%
B=47.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25951090.770.1300.5719062.6926.27
Hex195F6D4DD039be3f1a
Octal31137155115150712767732
Binary11001101111111011011001101110101110011011111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195F6D; }

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

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

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

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

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

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

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

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