#135874

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

Shades of Orient #135874

Tints of Orient #135874

Color information

#135874 (or 0x135874) is unknown color: approx Orient. HEX triplet: 13, 58 and 74. RGB value is (19,88,116). Sum of RGB (Red+Green+Blue) = 19+88+116=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #135874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135874 is #ECA78B. Grayscale: #464646. Windows color (decimal): -15509388 or 7624723. OLE color: 7624723.

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

Color convert

RGB1988116-
CMYK0.840.2400.55
HSL197.32º71.85%26.47%-
HSV(B)197.32º83.62%45.49%-
XYZ6.918.3817.78-
YUV70.56153.6491.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.52%
GREEN value IS 88 (34.77% from 255) = 39.46%
BLUE value IS 116 (45.70% from 255) = 52.02%
R=8.52%
G=39.46%
B=52.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19881160.840.2400.55197.3271.8526.47
Hex1358745418037c5481a
Octal231301641243006730511032
Binary1001110110001110100101010011000011011111000101100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135874; }

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

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

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

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

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

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

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

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