Html Css Color HEX #12596D Blue Lagoon

📋 copy color: '#12596D'

red 18 ◦ green 89 ◦ blue 109

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

Shades of Blue Lagoon #12596D

Tints of Blue Lagoon #12596D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 50.46%

R = 8.33%
G = 41.2%
B = 50.46%

CMYK

 C value IS 0.83

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12596D (or 0x12596D) is known color: Blue Lagoon. HEX triplet: 12, 59 and 6D. RGB value is (18,89,109). Sum of RGB (Red+Green+Blue) = 18+89+109=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #12596D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12596D is #EDA692. Grayscale: #454545. Windows color (decimal): -15574675 or 7166226. OLE color: 7166226.

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

Color convert

RGB 18 89 109 -
CMYK 0.83 0.18 0 0.57
HSL 193.19º 0.72% 0.25% -
HSV(B) 193.19º 0.83% 0.43% -
XYZ 6.58 8.38 15.74 -
YUV 70.05 149.98 90.87 -
System Red Green Blue C M Y K H S L
Decimal 18 89 109 0.83 0.18 0 0.57 193.19 0.72 0.25
Hex 12 59 6D 53 12 0 39 C1 48 19
Octal 22 131 155 123 22 0 71 301 110 31
Binary 10010 1011001 1101101 1010011 10010 0 111001 11000001 1001000 11001

Color Harmonies of #12596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12596D

Black with #12596D

Text Example


Text Example

White with #12596D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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