#12516B

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

Shades of Orient #12516B

Tints of Orient #12516B

Color information

#12516B (or 0x12516B) is unknown color: approx Orient. HEX triplet: 12, 51 and 6B. RGB value is (18,81,107). Sum of RGB (Red+Green+Blue) = 18+81+107=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #12516B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12516B is #EDAE94. Grayscale: #404040. Windows color (decimal): -15576725 or 7033106. OLE color: 7033106.

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

Color convert

RGB1881107-
CMYK0.830.2400.58
HSL197.53º71.2%24.51%-
HSV(B)197.53º83.18%41.96%-
XYZ5.857.0714.97-
YUV65.13151.6394.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 107 (42.19% from 255) = 51.94%
R=8.74%
G=39.32%
B=51.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18811070.830.2400.58197.5371.224.51
Hex12516B531803Ac64719
Octal221211531233007230610731
Binary1001010100011101011101001111000011101011000110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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