Html Css Color HEX #12596F Blue Lagoon

📋 copy color: '#12596F'

red 18 ◦ green 89 ◦ blue 111

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

Shades of Blue Lagoon #12596F

Tints of Blue Lagoon #12596F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50.92%

R = 8.26%
G = 40.83%
B = 50.92%

CMYK

 C value IS 0.84

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#12596F (or 0x12596F) is known color: Blue Lagoon. HEX triplet: 12, 59 and 6F. RGB value is (18,89,111). Sum of RGB (Red+Green+Blue) = 18+89+111=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #12596F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12596F is #EDA690. Grayscale: #464646. Windows color (decimal): -15574673 or 7297298. OLE color: 7297298.

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

Color convert

RGB 18 89 111 -
CMYK 0.84 0.20 0 0.56
HSL 194.19º 0.72% 0.25% -
HSV(B) 194.19º 0.84% 0.44% -
XYZ 6.69 8.42 16.31 -
YUV 70.28 150.98 90.71 -
System Red Green Blue C M Y K H S L
Decimal 18 89 111 0.84 0.20 0 0.56 194.19 0.72 0.25
Hex 12 59 6F 54 14 0 38 C2 48 19
Octal 22 131 157 124 24 0 70 302 110 31
Binary 10010 1011001 1101111 1010100 10100 0 111000 11000010 1001000 11001

Color Harmonies of #12596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12596F

Black with #12596F

Text Example


Text Example

White with #12596F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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