Html Css Color HEX #12596E Blue Lagoon

📋 copy color: '#12596E'

red 18 ◦ green 89 ◦ blue 110

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

Shades of Blue Lagoon #12596E

Tints of Blue Lagoon #12596E

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 value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12596E (or 0x12596E) is known color: 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

RGB 18 89 110 -
CMYK 0.84 0.19 0 0.57
HSL 193.7º 0.72% 0.25% -
HSV(B) 193.7º 0.84% 0.43% -
XYZ 6.64 8.4 16.02 -
YUV 70.17 150.48 90.79 -
System Red Green Blue C M Y K H S L
Decimal 18 89 110 0.84 0.19 0 0.57 193.7 0.72 0.25
Hex 12 59 6E 54 13 0 39 C2 48 19
Octal 22 131 156 124 23 0 71 302 110 31
Binary 10010 1011001 1101110 1010100 10011 0 111001 11000010 1001000 11001

Color Harmonies of #12596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12596E

Black with #12596E

Text Example


Text Example

White with #12596E

Text Example


Text Example

HTML Codes & Css Web 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>