#135A7E

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

Shades of Orient #135A7E

Tints of Orient #135A7E

Color information

#135A7E (or 0x135A7E) is unknown color: approx Orient. HEX triplet: 13, 5A and 7E. RGB value is (19,90,126). Sum of RGB (Red+Green+Blue) = 19+90+126=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 126 (49.61% from 255 or 53.62% from 235); Max value from RGB is 126 - color contains mainly: blue. Hex color #135A7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A7E is #ECA581. Grayscale: #484848. Windows color (decimal): -15508866 or 8280595. OLE color: 8280595.

HSL color Cylindrical-coordinate representation of color #135A7E: hue angle of 200.19º degrees, saturation: 0.74, 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 #135A7E is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1990126-
CMYK0.850.2900.51
HSL200.19º73.79%28.43%-
HSV(B)200.19º84.92%49.41%-
XYZ7.698.9621.06-
YUV72.88157.9889.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.09%
GREEN value IS 90 (35.55% from 255) = 38.30%
BLUE value IS 126 (49.61% from 255) = 53.62%
R=8.09%
G=38.30%
B=53.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19901260.850.2900.51200.1973.7928.43
Hex135A7E551D033c84a1c
Octal231321761253506331011234
Binary1001110110101111110101010111101011001111001000100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,90,126); }

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

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

 a { background-color: rgb(19,90,126); }

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

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

 span { border-color: rgb(19,90,126); }

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