#1A5351

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

Shades of Cyprus #1A5351

Tints of Cyprus #1A5351

Color information

#1A5351 (or 0x1A5351) is unknown color: approx Cyprus. HEX triplet: 1A, 53 and 51. RGB value is (26,83,81). Sum of RGB (Red+Green+Blue) = 26+83+81=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #1A5351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5351 is #E5ACAE. Grayscale: #414141. Windows color (decimal): -15051951 or 5329690. OLE color: 5329690.

HSL color Cylindrical-coordinate representation of color #1A5351: hue angle of 177.89º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A5351 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB268381-
CMYK0.6900.020.67
HSL177.89º52.29%21.37%-
HSV(B)177.89º68.67%32.55%-
XYZ578.87-
YUV65.73136.6299.66-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.68%
GREEN value IS 83 (32.81% from 255) = 43.68%
BLUE value IS 81 (32.03% from 255) = 42.63%
R=13.68%
G=43.68%
B=42.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2683810.6900.020.67177.8952.2921.37
Hex1A5351450243b23415
Octal32123121105021032626425
Binary1101010100111010001100010101010000111011001011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A5351; }

 p { color: rgb(26,83,81); }

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

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

 a { background-color: rgb(26,83,81); }

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

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

 span { border-color: rgb(26,83,81); }

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