#12516F

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

Shades of Orient #12516F

Tints of Orient #12516F

Color information

#12516F (or 0x12516F) is unknown color: approx Orient. HEX triplet: 12, 51 and 6F. RGB value is (18,81,111). Sum of RGB (Red+Green+Blue) = 18+81+111=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #12516F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12516F is #EDAE90. Grayscale: #414141. Windows color (decimal): -15576721 or 7295250. OLE color: 7295250.

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

Color convert

RGB1881111-
CMYK0.840.2700.56
HSL199.35º72.09%25.29%-
HSV(B)199.35º83.78%43.53%-
XYZ6.067.1616.1-
YUV65.58153.6394.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.57%
GREEN value IS 81 (32.03% from 255) = 38.57%
BLUE value IS 111 (43.75% from 255) = 52.86%
R=8.57%
G=38.57%
B=52.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18811110.840.2700.56199.3572.0925.29
Hex12516F541B038c74819
Octal221211571243307030711031
Binary1001010100011101111101010011011011100011000111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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