#10526C

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

Shades of Orient #10526C

Tints of Orient #10526C

Color information

#10526C (or 0x10526C) is unknown color: approx Orient. HEX triplet: 10, 52 and 6C. RGB value is (16,82,108). Sum of RGB (Red+Green+Blue) = 16+82+108=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #10526C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10526C is #EFAD93. Grayscale: #414141. Windows color (decimal): -15707540 or 7098896. OLE color: 7098896.

HSL color Cylindrical-coordinate representation of color #10526C: hue angle of 196.96º 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 #10526C is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1682108-
CMYK0.850.2400.58
HSL196.96º74.19%24.31%-
HSV(B)196.96º85.19%42.35%-
XYZ5.947.2315.27-
YUV65.23152.1392.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.77%
GREEN value IS 82 (32.42% from 255) = 39.81%
BLUE value IS 108 (42.58% from 255) = 52.43%
R=7.77%
G=39.81%
B=52.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16821080.850.2400.58196.9674.1924.31
Hex10526C551803Ac54a18
Octal201221541253007230511230
Binary1000010100101101100101010111000011101011000101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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