#135D7F

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

Shades of Orient #135D7F

Tints of Orient #135D7F

Color information

#135D7F (or 0x135D7F) is unknown color: approx Orient. HEX triplet: 13, 5D and 7F. RGB value is (19,93,127). Sum of RGB (Red+Green+Blue) = 19+93+127=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #135D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D7F is #ECA280. Grayscale: #4A4A4A. Windows color (decimal): -15508097 or 8346899. OLE color: 8346899.

HSL color Cylindrical-coordinate representation of color #135D7F: hue angle of 198.89º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #135D7F is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1993127-
CMYK0.850.2700.50
HSL198.89º73.97%28.63%-
HSV(B)198.89º85.04%49.8%-
XYZ8.019.521.49-
YUV74.75157.4888.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.95%
GREEN value IS 93 (36.72% from 255) = 38.91%
BLUE value IS 127 (50% from 255) = 53.14%
R=7.95%
G=38.91%
B=53.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal19931270.850.2700.50198.8973.9728.63
Hex135D7F551B032c74a1d
Octal231351771253306230711235
Binary1001110111011111111101010111011011001011000111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135D7F; }

 p { color: rgb(19,93,127); }

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

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

 a { background-color: rgb(19,93,127); }

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

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

 span { border-color: rgb(19,93,127); }

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