#135A71

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

Shades of Orient #135A71

Tints of Orient #135A71

Color information

#135A71 (or 0x135A71) is unknown color: approx Orient. HEX triplet: 13, 5A and 71. RGB value is (19,90,113). Sum of RGB (Red+Green+Blue) = 19+90+113=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #135A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A71 is #ECA58E. Grayscale: #474747. Windows color (decimal): -15508879 or 7428627. OLE color: 7428627.

HSL color Cylindrical-coordinate representation of color #135A71: hue angle of 194.68º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #135A71 is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1990113-
CMYK0.830.2000.56
HSL194.68º71.21%25.88%-
HSV(B)194.68º83.19%44.31%-
XYZ6.918.6416.93-
YUV71.39151.4890.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.56%
GREEN value IS 90 (35.55% from 255) = 40.54%
BLUE value IS 113 (44.53% from 255) = 50.90%
R=8.56%
G=40.54%
B=50.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19901130.830.2000.56194.6871.2125.88
Hex135A715314038c3471a
Octal231321611232407030310732
Binary1001110110101110001101001110100011100011000011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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