Html Css Color HEX #12596C Blue Lagoon

📋 copy color: '#12596C'

red 18 ◦ green 89 ◦ blue 108

#12596C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #12596C

Tints of Blue Lagoon #12596C

RGB

 RED value IS 18 (7.42% from 255) = 8.37%

 GREEN value IS 89 (35.16% from 255) = 41.4%

 BLUE value IS 108 (42.58% from 255) = 50.23%

R = 8.37%
G = 41.4%
B = 50.23%

CMYK

 C value IS 0.83

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12596C (or 0x12596C) is known color: Blue Lagoon. HEX triplet: 12, 59 and 6C. RGB value is (18,89,108). Sum of RGB (Red+Green+Blue) = 18+89+108=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #12596C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12596C is #EDA693. Grayscale: #454545. Windows color (decimal): -15574676 or 7100690. OLE color: 7100690.

HSL color Cylindrical-coordinate representation of color #12596C: hue angle of 192.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12596C is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 89 108 -
CMYK 0.83 0.18 0 0.58
HSL 192.67º 0.71% 0.25% -
HSV(B) 192.67º 0.83% 0.42% -
XYZ 6.53 8.36 15.46 -
YUV 69.94 149.48 90.96 -
System Red Green Blue C M Y K H S L
Decimal 18 89 108 0.83 0.18 0 0.58 192.67 0.71 0.25
Hex 12 59 6C 53 12 0 3A C1 47 19
Octal 22 131 154 123 22 0 72 301 107 31
Binary 10010 1011001 1101100 1010011 10010 0 111010 11000001 1000111 11001

Color Harmonies of #12596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12596C

Black with #12596C

Text Example


Text Example

White with #12596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12596C;
 }
 .AnyTagClassName
 {
   color: #12596C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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