#135154

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

Shades of Cyprus #135154

Tints of Cyprus #135154

Color information

#135154 (or 0x135154) is unknown color: approx Cyprus. HEX triplet: 13, 51 and 54. RGB value is (19,81,84). Sum of RGB (Red+Green+Blue) = 19+81+84=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #135154 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135154 is #ECAEAB. Grayscale: #3E3E3E. Windows color (decimal): -15511212 or 5525779. OLE color: 5525779.

HSL color Cylindrical-coordinate representation of color #135154: hue angle of 182.77º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135154 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB198184-
CMYK0.770.0400.67
HSL182.77º63.11%20.2%-
HSV(B)182.77º77.38%32.94%-
XYZ4.816.669.42-
YUV62.8139.9696.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.33%
GREEN value IS 81 (32.03% from 255) = 44.02%
BLUE value IS 84 (33.20% from 255) = 45.65%
R=10.33%
G=44.02%
B=45.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1981840.770.0400.67182.7763.1120.2
Hex1351544D4043b73f14
Octal23121124115401032677724
Binary10011101000110101001001101100010000111011011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135154; }

 p { color: rgb(19,81,84); }

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

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

 a { background-color: rgb(19,81,84); }

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

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

 span { border-color: rgb(19,81,84); }

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