#135D7C

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

Shades of Orient #135D7C

Tints of Orient #135D7C

Color information

#135D7C (or 0x135D7C) is unknown color: approx Orient. HEX triplet: 13, 5D and 7C. RGB value is (19,93,124). Sum of RGB (Red+Green+Blue) = 19+93+124=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #135D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D7C is #ECA283. Grayscale: #4A4A4A. Windows color (decimal): -15508100 or 8150291. OLE color: 8150291.

HSL color Cylindrical-coordinate representation of color #135D7C: hue angle of 197.71º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #135D7C is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1993124-
CMYK0.850.2500.51
HSL197.71º73.43%28.04%-
HSV(B)197.71º84.68%48.63%-
XYZ7.829.4220.48-
YUV74.41155.9888.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.05%
GREEN value IS 93 (36.72% from 255) = 39.41%
BLUE value IS 124 (48.83% from 255) = 52.54%
R=8.05%
G=39.41%
B=52.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19931240.850.2500.51197.7173.4328.04
Hex135D7C5519033c6491c
Octal231351741253106330611134
Binary1001110111011111100101010111001011001111000110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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