#10526D

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

Shades of Orient #10526D

Tints of Orient #10526D

Color information

#10526D (or 0x10526D) is unknown color: approx Orient. HEX triplet: 10, 52 and 6D. RGB value is (16,82,109). Sum of RGB (Red+Green+Blue) = 16+82+109=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #10526D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10526D is #EFAD92. Grayscale: #414141. Windows color (decimal): -15707539 or 7164432. OLE color: 7164432.

HSL color Cylindrical-coordinate representation of color #10526D: hue angle of 197.42º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10526D is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1682109-
CMYK0.850.2500.57
HSL197.42º74.4%24.51%-
HSV(B)197.42º85.32%42.75%-
XYZ5.997.2515.55-
YUV65.34152.6392.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.73%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 109 (42.97% from 255) = 52.66%
R=7.73%
G=39.61%
B=52.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16821090.850.2500.57197.4274.424.51
Hex10526D5519039c54a19
Octal201221551253107130511231
Binary1000010100101101101101010111001011100111000101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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