#195051

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

Shades of Cyprus #195051

Tints of Cyprus #195051

Color information

#195051 (or 0x195051) is unknown color: approx Cyprus. HEX triplet: 19, 50 and 51. RGB value is (25,80,81). Sum of RGB (Red+Green+Blue) = 25+80+81=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 81 - color contains mainly: blue. Hex color #195051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195051 is #E6AFAE. Grayscale: #3F3F3F. Windows color (decimal): -15118255 or 5328921. OLE color: 5328921.

HSL color Cylindrical-coordinate representation of color #195051: hue angle of 181.07º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #195051 is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB258081-
CMYK0.690.0100.68
HSL181.07º52.83%20.78%-
HSV(B)181.07º69.14%31.76%-
XYZ4.756.548.8-
YUV63.67137.78100.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.44%
GREEN value IS 80 (31.64% from 255) = 43.01%
BLUE value IS 81 (32.03% from 255) = 43.55%
R=13.44%
G=43.01%
B=43.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2580810.690.0100.68181.0752.8320.78
Hex195051451044b53515
Octal31120121105101042656525
Binary110011010000101000110001011010001001011010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195051; }

 p { color: rgb(25,80,81); }

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

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

 a { background-color: rgb(25,80,81); }

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

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

 span { border-color: rgb(25,80,81); }

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