#12546A

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

Shades of Orient #12546A

Tints of Orient #12546A

Color information

#12546A (or 0x12546A) is unknown color: approx Orient. HEX triplet: 12, 54 and 6A. RGB value is (18,84,106). Sum of RGB (Red+Green+Blue) = 18+84+106=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #12546A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12546A is #EDAB95. Grayscale: #424242. Windows color (decimal): -15575958 or 6968338. OLE color: 6968338.

HSL color Cylindrical-coordinate representation of color #12546A: hue angle of 195º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12546A is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1884106-
CMYK0.830.2100.58
HSL195º70.97%24.31%-
HSV(B)195º83.02%41.57%-
XYZ6.027.5114.77-
YUV66.77150.1393.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 84 (33.20% from 255) = 40.38%
BLUE value IS 106 (41.80% from 255) = 50.96%
R=8.65%
G=40.38%
B=50.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18841060.830.2100.5819570.9724.31
Hex12546A531503Ac34718
Octal221241521232507230310730
Binary1001010101001101010101001110101011101011000011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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