#135055

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

Shades of Cyprus #135055

Tints of Cyprus #135055

Color information

#135055 (or 0x135055) is unknown color: approx Cyprus. HEX triplet: 13, 50 and 55. RGB value is (19,80,85). Sum of RGB (Red+Green+Blue) = 19+80+85=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #135055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135055 is #ECAFAA. Grayscale: #3E3E3E. Windows color (decimal): -15511467 or 5591059. OLE color: 5591059.

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

Color convert

RGB198085-
CMYK0.780.0600.67
HSL184.55º63.46%20.39%-
HSV(B)184.55º77.65%33.33%-
XYZ4.786.539.6-
YUV62.33140.7997.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.33%
GREEN value IS 80 (31.64% from 255) = 43.48%
BLUE value IS 85 (33.59% from 255) = 46.20%
R=10.33%
G=43.48%
B=46.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1980850.780.0600.67184.5563.4620.39
Hex1350554E6043b93f14
Octal23120125116601032717724
Binary10011101000010101011001110110010000111011100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135055; }

 p { color: rgb(19,80,85); }

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

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

 a { background-color: rgb(19,80,85); }

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

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

 span { border-color: rgb(19,80,85); }

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