#105B78

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

Shades of Orient #105B78

Tints of Orient #105B78

Color information

#105B78 (or 0x105B78) is unknown color: approx Orient. HEX triplet: 10, 5B and 78. RGB value is (16,91,120). Sum of RGB (Red+Green+Blue) = 16+91+120=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #105B78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105B78 is #EFA487. Grayscale: #474747. Windows color (decimal): -15705224 or 7887632. OLE color: 7887632.

HSL color Cylindrical-coordinate representation of color #105B78: hue angle of 196.73º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #105B78 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1691120-
CMYK0.870.2400.53
HSL196.73º76.47%26.67%-
HSV(B)196.73º86.67%47.06%-
XYZ7.348.9519.11-
YUV71.88155.1588.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.05%
GREEN value IS 91 (35.94% from 255) = 40.09%
BLUE value IS 120 (47.27% from 255) = 52.86%
R=7.05%
G=40.09%
B=52.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16911200.870.2400.53196.7376.4726.67
Hex105B785718035c54c1b
Octal201331701273006530511433
Binary1000010110111111000101011111000011010111000101100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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