#12587A

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

Shades of Orient #12587A

Tints of Orient #12587A

Color information

#12587A (or 0x12587A) is unknown color: approx Orient. HEX triplet: 12, 58 and 7A. RGB value is (18,88,122). Sum of RGB (Red+Green+Blue) = 18+88+122=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #12587A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12587A is #EDA785. Grayscale: #464646. Windows color (decimal): -15574918 or 8017938. OLE color: 8017938.

HSL color Cylindrical-coordinate representation of color #12587A: hue angle of 199.62º 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 #12587A is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1888122-
CMYK0.850.2800.52
HSL199.62º74.29%27.45%-
HSV(B)199.62º85.25%47.84%-
XYZ7.258.5119.67-
YUV70.95156.8190.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.89%
GREEN value IS 88 (34.77% from 255) = 38.60%
BLUE value IS 122 (48.05% from 255) = 53.51%
R=7.89%
G=38.60%
B=53.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18881220.850.2800.52199.6274.2927.45
Hex12587A551C034c84a1b
Octal221301721253406431011233
Binary1001010110001111010101010111100011010011001000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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