#12546D

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

Shades of Orient #12546D

Tints of Orient #12546D

Color information

#12546D (or 0x12546D) is unknown color: approx Orient. HEX triplet: 12, 54 and 6D. RGB value is (18,84,109). Sum of RGB (Red+Green+Blue) = 18+84+109=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #12546D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12546D is #EDAB92. Grayscale: #424242. Windows color (decimal): -15575955 or 7164946. OLE color: 7164946.

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

Color convert

RGB1884109-
CMYK0.830.2300.57
HSL196.48º71.65%24.9%-
HSV(B)196.48º83.49%42.75%-
XYZ6.187.5715.6-
YUV67.12151.6392.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 109 (42.97% from 255) = 51.66%
R=8.53%
G=39.81%
B=51.66%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18841090.830.2300.57196.4871.6524.9
Hex12546D5317039c44819
Octal221241551232707130411031
Binary1001010101001101101101001110111011100111000100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,84,109); }

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

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

 a { background-color: rgb(18,84,109); }

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

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

 span { border-color: rgb(18,84,109); }

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