#135774

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

Shades of Orient #135774

Tints of Orient #135774

Color information

#135774 (or 0x135774) is unknown color: approx Orient. HEX triplet: 13, 57 and 74. RGB value is (19,87,116). Sum of RGB (Red+Green+Blue) = 19+87+116=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #135774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135774 is #ECA88B. Grayscale: #454545. Windows color (decimal): -15509644 or 7624467. OLE color: 7624467.

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

Color convert

RGB1987116-
CMYK0.840.2500.55
HSL197.94º71.85%26.47%-
HSV(B)197.94º83.62%45.49%-
XYZ6.838.2217.75-
YUV69.97153.9791.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.56%
GREEN value IS 87 (34.38% from 255) = 39.19%
BLUE value IS 116 (45.70% from 255) = 52.25%
R=8.56%
G=39.19%
B=52.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19871160.840.2500.55197.9471.8526.47
Hex1357745419037c6481a
Octal231271641243106730611032
Binary1001110101111110100101010011001011011111000110100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135774; }

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

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

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

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

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

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

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

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