#135674

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

Shades of Orient #135674

Tints of Orient #135674

Color information

#135674 (or 0x135674) is unknown color: approx Orient. HEX triplet: 13, 56 and 74. RGB value is (19,86,116). Sum of RGB (Red+Green+Blue) = 19+86+116=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #135674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135674 is #ECA98B. Grayscale: #454545. Windows color (decimal): -15509900 or 7624211. OLE color: 7624211.

HSL color Cylindrical-coordinate representation of color #135674: hue angle of 198.56º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #135674 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1986116-
CMYK0.840.2600.55
HSL198.56º71.85%26.47%-
HSV(B)198.56º83.62%45.49%-
XYZ6.758.0517.72-
YUV69.39154.392.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.60%
GREEN value IS 86 (33.98% from 255) = 38.91%
BLUE value IS 116 (45.70% from 255) = 52.49%
R=8.60%
G=38.91%
B=52.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19861160.840.2600.55198.5671.8526.47
Hex135674541A037c7481a
Octal231261641243206730711032
Binary1001110101101110100101010011010011011111000111100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135674; }

 p { color: rgb(19,86,116); }

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

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

 a { background-color: rgb(19,86,116); }

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

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

 span { border-color: rgb(19,86,116); }

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