#135A7D

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

Shades of Orient #135A7D

Tints of Orient #135A7D

Color information

#135A7D (or 0x135A7D) is unknown color: approx Orient. HEX triplet: 13, 5A and 7D. RGB value is (19,90,125). Sum of RGB (Red+Green+Blue) = 19+90+125=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #135A7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A7D is #ECA582. Grayscale: #484848. Windows color (decimal): -15508867 or 8215059. OLE color: 8215059.

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

Color convert

RGB1990125-
CMYK0.850.2800.51
HSL199.81º73.61%28.24%-
HSV(B)199.81º84.8%49.02%-
XYZ7.638.9320.72-
YUV72.76157.4889.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.12%
GREEN value IS 90 (35.55% from 255) = 38.46%
BLUE value IS 125 (49.22% from 255) = 53.42%
R=8.12%
G=38.46%
B=53.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19901250.850.2800.51199.8173.6128.24
Hex135A7D551C033c84a1c
Octal231321751253406331011234
Binary1001110110101111101101010111100011001111001000100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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