#195f77

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

Shades of Allports #195F77

Tints of Allports #195F77

Color information

#195F77 (or 0x195F77) is unknown color: approx Allports. HEX triplet: 19, 5F and 77. RGB value is (25,95,119). Sum of RGB (Red+Green+Blue) = 25+95+119=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #195F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195F77 is #E6A088. Grayscale: #4C4C4C. Windows color (decimal): -15114377 or 7823129. OLE color: 7823129.

HSL color Cylindrical-coordinate representation of color #195F77: hue angle of 195.32º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #195F77 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2595119-
CMYK0.790.2000.53
HSL195.32º65.28%28.24%-
HSV(B)195.32º78.99%46.67%-
XYZ7.829.7218.92-
YUV76.81151.8191.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.46%
GREEN value IS 95 (37.5% from 255) = 39.75%
BLUE value IS 119 (46.88% from 255) = 49.79%
R=10.46%
G=39.75%
B=49.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25951190.790.2000.53195.3265.2828.24
Hex195F774F14035c3411c
Octal311371671172406530310134
Binary1100110111111110111100111110100011010111000011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195f77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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