#12586F

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

Shades of Orient #12586F

Tints of Orient #12586F

Color information

#12586F (or 0x12586F) is unknown color: approx Orient. HEX triplet: 12, 58 and 6F. RGB value is (18,88,111). Sum of RGB (Red+Green+Blue) = 18+88+111=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #12586F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12586F is #EDA790. Grayscale: #454545. Windows color (decimal): -15574929 or 7297042. OLE color: 7297042.

HSL color Cylindrical-coordinate representation of color #12586F: hue angle of 194.84º 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 #12586F is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1888111-
CMYK0.840.2100.56
HSL194.84º72.09%25.29%-
HSV(B)194.84º83.78%43.53%-
XYZ6.618.2616.28-
YUV69.69151.3191.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.29%
GREEN value IS 88 (34.77% from 255) = 40.55%
BLUE value IS 111 (43.75% from 255) = 51.15%
R=8.29%
G=40.55%
B=51.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18881110.840.2100.56194.8472.0925.29
Hex12586F5415038c34819
Octal221301571242507030311031
Binary1001010110001101111101010010101011100011000011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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