#10506C

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

Shades of Orient #10506C

Tints of Orient #10506C

Color information

#10506C (or 0x10506C) is unknown color: approx Orient. HEX triplet: 10, 50 and 6C. RGB value is (16,80,108). Sum of RGB (Red+Green+Blue) = 16+80+108=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #10506C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10506C is #EFAF93. Grayscale: #3F3F3F. Windows color (decimal): -15708052 or 7098384. OLE color: 7098384.

HSL color Cylindrical-coordinate representation of color #10506C: hue angle of 198.26º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10506C is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1680108-
CMYK0.850.2600.58
HSL198.26º74.19%24.31%-
HSV(B)198.26º85.19%42.35%-
XYZ5.796.9315.22-
YUV64.06152.893.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.84%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 108 (42.58% from 255) = 52.94%
R=7.84%
G=39.22%
B=52.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16801080.850.2600.58198.2674.1924.31
Hex10506C551A03Ac64a18
Octal201201541253207230611230
Binary1000010100001101100101010111010011101011000110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10506C; }

 p { color: rgb(16,80,108); }

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

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

 a { background-color: rgb(16,80,108); }

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

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

 span { border-color: rgb(16,80,108); }

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