#10546E

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

Shades of Orient #10546E

Tints of Orient #10546E

Color information

#10546E (or 0x10546E) is unknown color: approx Orient. HEX triplet: 10, 54 and 6E. RGB value is (16,84,110). Sum of RGB (Red+Green+Blue) = 16+84+110=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #10546E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10546E is #EFAB91. Grayscale: #424242. Windows color (decimal): -15707026 or 7230480. OLE color: 7230480.

HSL color Cylindrical-coordinate representation of color #10546E: hue angle of 196.6º degrees, saturation: 0.75, 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 #10546E is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1684110-
CMYK0.850.2400.57
HSL196.6º74.6%24.71%-
HSV(B)196.6º85.45%43.14%-
XYZ6.27.5815.89-
YUV66.63152.4791.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.62%
GREEN value IS 84 (33.20% from 255) = 40%
BLUE value IS 110 (43.36% from 255) = 52.38%
R=7.62%
G=40%
B=52.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16841100.850.2400.57196.674.624.71
Hex10546E5518039c54b19
Octal201241561253007130511331
Binary1000010101001101110101010111000011100111000101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10546E; }

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

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

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

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

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

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

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

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