#135B78

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

Shades of Orient #135B78

Tints of Orient #135B78

Color information

#135B78 (or 0x135B78) is unknown color: approx Orient. HEX triplet: 13, 5B and 78. RGB value is (19,91,120). Sum of RGB (Red+Green+Blue) = 19+91+120=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 91 (35.94% from 255 or 39.57% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #135B78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B78 is #ECA487. Grayscale: #484848. Windows color (decimal): -15508616 or 7887635. OLE color: 7887635.

HSL color Cylindrical-coordinate representation of color #135B78: hue angle of 197.23º degrees, saturation: 0.73, 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 #135B78 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1991120-
CMYK0.840.2400.53
HSL197.23º72.66%27.25%-
HSV(B)197.23º84.17%47.06%-
XYZ7.48.9819.11-
YUV72.78154.6589.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.26%
GREEN value IS 91 (35.94% from 255) = 39.57%
BLUE value IS 120 (47.27% from 255) = 52.17%
R=8.26%
G=39.57%
B=52.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19911200.840.2400.53197.2372.6627.25
Hex135B785418035c5491b
Octal231331701243006530511133
Binary1001110110111111000101010011000011010111000101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135B78; }

 p { color: rgb(19,91,120); }

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

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

 a { background-color: rgb(19,91,120); }

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

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

 span { border-color: rgb(19,91,120); }

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