#12586B

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

Shades of Blue Lagoon #12586B

Tints of Blue Lagoon #12586B

Color information

#12586B (or 0x12586B) is unknown color: approx Blue Lagoon. HEX triplet: 12, 58 and 6B. RGB value is (18,88,107). Sum of RGB (Red+Green+Blue) = 18+88+107=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #12586B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12586B is #EDA794. Grayscale: #454545. Windows color (decimal): -15574933 or 7034898. OLE color: 7034898.

HSL color Cylindrical-coordinate representation of color #12586B: hue angle of 192.81º 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 #12586B is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1888107-
CMYK0.830.1800.58
HSL192.81º71.2%24.51%-
HSV(B)192.81º83.18%41.96%-
XYZ6.398.1715.15-
YUV69.24149.3191.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.45%
GREEN value IS 88 (34.77% from 255) = 41.31%
BLUE value IS 107 (42.19% from 255) = 50.23%
R=8.45%
G=41.31%
B=50.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18881070.830.1800.58192.8171.224.51
Hex12586B531203Ac14719
Octal221301531232207230110731
Binary1001010110001101011101001110010011101011000001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12586B; }

 p { color: rgb(18,88,107); }

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

<style>
 a { background-color: #12586B; }

 a { background-color: rgb(18,88,107); }

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

<style>
 span { border-color: #12586B; }

 span { border-color: rgb(18,88,107); }

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