#195F76

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

Shades of Allports #195F76

Tints of Allports #195F76

Color information

#195F76 (or 0x195F76) is unknown color: approx Allports. HEX triplet: 19, 5F and 76. RGB value is (25,95,118). Sum of RGB (Red+Green+Blue) = 25+95+118=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #195F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195F76 is #E6A089. Grayscale: #4C4C4C. Windows color (decimal): -15114378 or 7757593. OLE color: 7757593.

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

Color convert

RGB2595118-
CMYK0.790.1900.54
HSL194.84º65.03%28.04%-
HSV(B)194.84º78.81%46.27%-
XYZ7.769.718.6-
YUV76.69151.3191.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.50%
GREEN value IS 95 (37.5% from 255) = 39.92%
BLUE value IS 118 (46.48% from 255) = 49.58%
R=10.50%
G=39.92%
B=49.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25951180.790.1900.54194.8465.0328.04
Hex195F764F13036c3411c
Octal311371661172306630310134
Binary1100110111111110110100111110011011011011000011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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