#12547A

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

Shades of Orient #12547A

Tints of Orient #12547A

Color information

#12547A (or 0x12547A) is unknown color: approx Orient. HEX triplet: 12, 54 and 7A. RGB value is (18,84,122). Sum of RGB (Red+Green+Blue) = 18+84+122=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #12547A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12547A is #EDAB85. Grayscale: #444444. Windows color (decimal): -15575942 or 8016914. OLE color: 8016914.

HSL color Cylindrical-coordinate representation of color #12547A: hue angle of 201.92º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12547A is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1884122-
CMYK0.850.3100.52
HSL201.92º74.29%27.45%-
HSV(B)201.92º85.25%47.84%-
XYZ6.937.8719.57-
YUV68.6158.1391.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.04%
GREEN value IS 84 (33.20% from 255) = 37.5%
BLUE value IS 122 (48.05% from 255) = 54.46%
R=8.04%
G=37.5%
B=54.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18841220.850.3100.52201.9274.2927.45
Hex12547A551F034ca4a1b
Octal221241721253706431211233
Binary1001010101001111010101010111111011010011001010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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