#12596E

Color #12596E Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #12596E

Tints of Blue Lagoon #12596E

Color information

#12596E (or 0x12596E) is unknown color: approx Blue Lagoon. HEX triplet: 12, 59 and 6E. RGB value is (18,89,110). Sum of RGB (Red+Green+Blue) = 18+89+110=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #12596E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12596E is #EDA691. Grayscale: #464646. Windows color (decimal): -15574674 or 7231762. OLE color: 7231762.

HSL color Cylindrical-coordinate representation of color #12596E: hue angle of 193.7º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12596E is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1889110-
CMYK0.840.1900.57
HSL193.7º71.88%25.1%-
HSV(B)193.7º83.64%43.14%-
XYZ6.648.416.02-
YUV70.16150.4890.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.29%
GREEN value IS 89 (35.16% from 255) = 41.01%
BLUE value IS 110 (43.36% from 255) = 50.69%
R=8.29%
G=41.01%
B=50.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18891100.840.1900.57193.771.8825.1
Hex12596E5413039c24819
Octal221311561242307130211031
Binary1001010110011101110101010010011011100111000010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12596E; }

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

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

<style>
 a { background-color: #12596E; }

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

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

<style>
 span { border-color: #12596E; }

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

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