#135A77

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

Shades of Orient #135A77

Tints of Orient #135A77

Color information

#135A77 (or 0x135A77) is unknown color: approx Orient. HEX triplet: 13, 5A and 77. RGB value is (19,90,119). Sum of RGB (Red+Green+Blue) = 19+90+119=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #135A77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A77 is #ECA588. Grayscale: #474747. Windows color (decimal): -15508873 or 7821843. OLE color: 7821843.

HSL color Cylindrical-coordinate representation of color #135A77: hue angle of 197.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #135A77 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1990119-
CMYK0.840.2400.53
HSL197.4º72.46%27.06%-
HSV(B)197.4º84.03%46.67%-
XYZ7.258.7818.77-
YUV72.08154.4890.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.33%
GREEN value IS 90 (35.55% from 255) = 39.47%
BLUE value IS 119 (46.88% from 255) = 52.19%
R=8.33%
G=39.47%
B=52.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19901190.840.2400.53197.472.4627.06
Hex135A775418035c5481b
Octal231321671243006530511033
Binary1001110110101110111101010011000011010111000101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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