#12597D

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

Shades of Orient #12597D

Tints of Orient #12597D

Color information

#12597D (or 0x12597D) is unknown color: approx Orient. HEX triplet: 12, 59 and 7D. RGB value is (18,89,125). Sum of RGB (Red+Green+Blue) = 18+89+125=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #12597D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12597D is #EDA682. Grayscale: #474747. Windows color (decimal): -15574659 or 8214802. OLE color: 8214802.

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

Color convert

RGB1889125-
CMYK0.860.2900.51
HSL200.19º74.83%28.04%-
HSV(B)200.19º85.6%49.02%-
XYZ7.528.7520.7-
YUV71.88157.9889.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 89 (35.16% from 255) = 38.36%
BLUE value IS 125 (49.22% from 255) = 53.88%
R=7.76%
G=38.36%
B=53.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18891250.860.2900.51200.1974.8328.04
Hex12597D561D033c84b1c
Octal221311751263506331011334
Binary1001010110011111101101011011101011001111001000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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