#135377

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

Shades of Orient #135377

Tints of Orient #135377

Color information

#135377 (or 0x135377) is unknown color: approx Orient. HEX triplet: 13, 53 and 77. RGB value is (19,83,119). Sum of RGB (Red+Green+Blue) = 19+83+119=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #135377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135377 is #ECAC88. Grayscale: #434343. Windows color (decimal): -15510665 or 7820051. OLE color: 7820051.

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

Color convert

RGB1983119-
CMYK0.840.3000.53
HSL201.6º72.46%27.06%-
HSV(B)201.6º84.03%46.67%-
XYZ6.697.6618.58-
YUV67.97156.893.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.60%
GREEN value IS 83 (32.81% from 255) = 37.56%
BLUE value IS 119 (46.88% from 255) = 53.85%
R=8.60%
G=37.56%
B=53.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19831190.840.3000.53201.672.4627.06
Hex135377541E035ca481b
Octal231231671243606531211033
Binary1001110100111110111101010011110011010111001010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135377; }

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

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

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

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

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

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

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

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