#12597B

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

Shades of Orient #12597B

Tints of Orient #12597B

Color information

#12597B (or 0x12597B) is unknown color: approx Orient. HEX triplet: 12, 59 and 7B. RGB value is (18,89,123). Sum of RGB (Red+Green+Blue) = 18+89+123=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #12597B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12597B is #EDA684. Grayscale: #474747. Windows color (decimal): -15574661 or 8083730. OLE color: 8083730.

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

Color convert

RGB1889123-
CMYK0.850.2800.52
HSL199.43º74.47%27.65%-
HSV(B)199.43º85.37%48.24%-
XYZ7.48.720.03-
YUV71.65156.9889.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.83%
GREEN value IS 89 (35.16% from 255) = 38.70%
BLUE value IS 123 (48.44% from 255) = 53.48%
R=7.83%
G=38.70%
B=53.48%

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
Decimal18891230.850.2800.52199.4374.4727.65
Hex12597B551C034c74a1c
Octal221311731253406430711234
Binary1001010110011111011101010111100011010011000111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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