#13506E

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

Shades of Orient #13506E

Tints of Orient #13506E

Color information

#13506E (or 0x13506E) is unknown color: approx Orient. HEX triplet: 13, 50 and 6E. RGB value is (19,80,110). Sum of RGB (Red+Green+Blue) = 19+80+110=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #13506E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13506E is #ECAF91. Grayscale: #414141. Windows color (decimal): -15511442 or 7229459. OLE color: 7229459.

HSL color Cylindrical-coordinate representation of color #13506E: hue angle of 199.78º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13506E is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1980110-
CMYK0.830.2700.57
HSL199.78º70.54%25.29%-
HSV(B)199.78º82.73%43.14%-
XYZ5.95715.79-
YUV65.18153.2995.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 110 (43.36% from 255) = 52.63%
R=9.09%
G=38.28%
B=52.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19801100.830.2700.57199.7870.5425.29
Hex13506E531B039c84719
Octal231201561233307131010731
Binary1001110100001101110101001111011011100111001000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13506E; }

 p { color: rgb(19,80,110); }

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

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

 a { background-color: rgb(19,80,110); }

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

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

 span { border-color: rgb(19,80,110); }

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