#12516E

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

Shades of Orient #12516E

Tints of Orient #12516E

Color information

#12516E (or 0x12516E) is unknown color: approx Orient. HEX triplet: 12, 51 and 6E. RGB value is (18,81,110). Sum of RGB (Red+Green+Blue) = 18+81+110=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #12516E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12516E is #EDAE91. Grayscale: #414141. Windows color (decimal): -15576722 or 7229714. OLE color: 7229714.

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

Color convert

RGB1881110-
CMYK0.840.2600.57
HSL198.91º71.88%25.1%-
HSV(B)198.91º83.64%43.14%-
XYZ6.017.1415.81-
YUV65.47153.1394.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 81 (32.03% from 255) = 38.76%
BLUE value IS 110 (43.36% from 255) = 52.63%
R=8.61%
G=38.76%
B=52.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18811100.840.2600.57198.9171.8825.1
Hex12516E541A039c74819
Octal221211561243207130711031
Binary1001010100011101110101010011010011100111000111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,81,110); }

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

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

 a { background-color: rgb(18,81,110); }

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

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

 span { border-color: rgb(18,81,110); }

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