#105476

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

Shades of Orient #105476

Tints of Orient #105476

Color information

#105476 (or 0x105476) is unknown color: approx Orient. HEX triplet: 10, 54 and 76. RGB value is (16,84,118). Sum of RGB (Red+Green+Blue) = 16+84+118=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #105476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105476 is #EFAB89. Grayscale: #434343. Windows color (decimal): -15707018 or 7754768. OLE color: 7754768.

HSL color Cylindrical-coordinate representation of color #105476: hue angle of 200º 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 #105476 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1684118-
CMYK0.860.2900.54
HSL200º76.12%26.27%-
HSV(B)200º86.44%46.27%-
XYZ6.657.7618.29-
YUV67.54156.4791.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.34%
GREEN value IS 84 (33.20% from 255) = 38.53%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=7.34%
G=38.53%
B=54.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16841180.860.2900.5420076.1226.27
Hex105476561D036c84c1a
Octal201241661263506631011432
Binary1000010101001110110101011011101011011011001000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105476; }

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

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

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

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

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

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

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

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