#105A76

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

Shades of Orient #105A76

Tints of Orient #105A76

Color information

#105A76 (or 0x105A76) is unknown color: approx Orient. HEX triplet: 10, 5A and 76. RGB value is (16,90,118). Sum of RGB (Red+Green+Blue) = 16+90+118=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #105A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105A76 is #EFA589. Grayscale: #464646. Windows color (decimal): -15705482 or 7756304. OLE color: 7756304.

HSL color Cylindrical-coordinate representation of color #105A76: hue angle of 196.47º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105A76 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1690118-
CMYK0.860.2400.54
HSL196.47º76.12%26.27%-
HSV(B)196.47º86.44%46.27%-
XYZ7.148.7318.45-
YUV71.07154.4888.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.14%
GREEN value IS 90 (35.55% from 255) = 40.18%
BLUE value IS 118 (46.48% from 255) = 52.68%
R=7.14%
G=40.18%
B=52.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16901180.860.2400.54196.4776.1226.27
Hex105A765618036c44c1a
Octal201321661263006630411432
Binary1000010110101110110101011011000011011011000100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,90,118); }

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

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

 a { background-color: rgb(16,90,118); }

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

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

 span { border-color: rgb(16,90,118); }

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