#135153

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

Shades of Cyprus #135153

Tints of Cyprus #135153

Color information

#135153 (or 0x135153) is unknown color: approx Cyprus. HEX triplet: 13, 51 and 53. RGB value is (19,81,83). Sum of RGB (Red+Green+Blue) = 19+81+83=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #135153 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135153 is #ECAEAC. Grayscale: #3E3E3E. Windows color (decimal): -15511213 or 5460243. OLE color: 5460243.

HSL color Cylindrical-coordinate representation of color #135153: hue angle of 181.88º 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 #135153 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB198183-
CMYK0.770.0200.67
HSL181.88º62.75%20%-
HSV(B)181.88º77.11%32.55%-
XYZ4.776.659.22-
YUV62.69139.4696.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 81 (32.03% from 255) = 44.26%
BLUE value IS 83 (32.81% from 255) = 45.36%
R=10.38%
G=44.26%
B=45.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1981830.770.0200.67181.8862.7520
Hex1351534D2043b63f14
Octal23121123115201032667724
Binary1001110100011010011100110110010000111011011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135153; }

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

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

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

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

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

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

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

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