#135977

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

Shades of Orient #135977

Tints of Orient #135977

Color information

#135977 (or 0x135977) is unknown color: approx Orient. HEX triplet: 13, 59 and 77. RGB value is (19,89,119). Sum of RGB (Red+Green+Blue) = 19+89+119=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #135977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135977 is #ECA688. Grayscale: #474747. Windows color (decimal): -15509129 or 7821587. OLE color: 7821587.

HSL color Cylindrical-coordinate representation of color #135977: hue angle of 198º 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 #135977 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1989119-
CMYK0.840.2500.53
HSL198º72.46%27.06%-
HSV(B)198º84.03%46.67%-
XYZ7.178.6218.74-
YUV71.49154.8190.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 89 (35.16% from 255) = 39.21%
BLUE value IS 119 (46.88% from 255) = 52.42%
R=8.37%
G=39.21%
B=52.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19891190.840.2500.5319872.4627.06
Hex1359775419035c6481b
Octal231311671243106530611033
Binary1001110110011110111101010011001011010111000110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135977; }

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

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

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

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

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

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

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

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