#105b7c

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

Shades of Orient #105B7C

Tints of Orient #105B7C

Color information

#105B7C (or 0x105B7C) is unknown color: approx Orient. HEX triplet: 10, 5B and 7C. RGB value is (16,91,124). Sum of RGB (Red+Green+Blue) = 16+91+124=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #105B7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105B7C is #EFA483. Grayscale: #484848. Windows color (decimal): -15705220 or 8149776. OLE color: 8149776.

HSL color Cylindrical-coordinate representation of color #105B7C: hue angle of 198.33º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #105B7C is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1691124-
CMYK0.870.2700.51
HSL198.33º77.14%27.45%-
HSV(B)198.33º87.1%48.63%-
XYZ7.599.0520.41-
YUV72.34157.1587.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.93%
GREEN value IS 91 (35.94% from 255) = 39.39%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=6.93%
G=39.39%
B=53.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16911240.870.2700.51198.3377.1427.45
Hex105B7C571B033c64d1b
Octal201331741273306330611533
Binary1000010110111111100101011111011011001111000110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105b7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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