#12597C

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

Shades of Orient #12597C

Tints of Orient #12597C

Color information

#12597C (or 0x12597C) is unknown color: approx Orient. HEX triplet: 12, 59 and 7C. RGB value is (18,89,124). Sum of RGB (Red+Green+Blue) = 18+89+124=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #12597C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12597C is #EDA683. Grayscale: #474747. Windows color (decimal): -15574660 or 8149266. OLE color: 8149266.

HSL color Cylindrical-coordinate representation of color #12597C: hue angle of 199.81º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12597C is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1889124-
CMYK0.850.2800.51
HSL199.81º74.65%27.84%-
HSV(B)199.81º85.48%48.63%-
XYZ7.468.7320.36-
YUV71.76157.4889.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.79%
GREEN value IS 89 (35.16% from 255) = 38.53%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=7.79%
G=38.53%
B=53.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18891240.850.2800.51199.8174.6527.84
Hex12597C551C033c84b1c
Octal221311741253406331011334
Binary1001010110011111100101010111100011001111001000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12597C; }

 p { color: rgb(18,89,124); }

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

<style>
 a { background-color: #12597C; }

 a { background-color: rgb(18,89,124); }

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

<style>
 span { border-color: #12597C; }

 span { border-color: rgb(18,89,124); }

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