#12626D

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

Shades of Blue Lagoon #12626D

Tints of Blue Lagoon #12626D

Color information

#12626D (or 0x12626D) is unknown color: approx Blue Lagoon. HEX triplet: 12, 62 and 6D. RGB value is (18,98,109). Sum of RGB (Red+Green+Blue) = 18+98+109=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #12626D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12626D is #ED9D92. Grayscale: #4B4B4B. Windows color (decimal): -15572371 or 7168530. OLE color: 7168530.

HSL color Cylindrical-coordinate representation of color #12626D: hue angle of 187.25º 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 #12626D is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1898109-
CMYK0.830.1000.57
HSL187.25º71.65%24.9%-
HSV(B)187.25º83.49%42.75%-
XYZ7.389.9716-
YUV75.3314787.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 98 (38.67% from 255) = 43.56%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=8%
G=43.56%
B=48.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18981090.830.1000.57187.2571.6524.9
Hex12626D53A039bb4819
Octal221421551231207127311031
Binary100101100010110110110100111010011100110111011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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