#126871

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

Shades of Blue Lagoon #126871

Tints of Blue Lagoon #126871

Color information

#126871 (or 0x126871) is unknown color: approx Blue Lagoon. HEX triplet: 12, 68 and 71. RGB value is (18,104,113). Sum of RGB (Red+Green+Blue) = 18+104+113=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #126871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126871 is #ED978E. Grayscale: #4F4F4F. Windows color (decimal): -15570831 or 7432210. OLE color: 7432210.

HSL color Cylindrical-coordinate representation of color #126871: hue angle of 185.68º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126871 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB18104113-
CMYK0.840.0800.56
HSL185.68º72.52%25.69%-
HSV(B)185.68º84.07%44.31%-
XYZ8.1811.2217.36-
YUV79.31147.0184.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.66%
GREEN value IS 104 (41.02% from 255) = 44.26%
BLUE value IS 113 (44.53% from 255) = 48.09%
R=7.66%
G=44.26%
B=48.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal181041130.840.0800.56185.6872.5225.69
Hex126871548038ba491a
Octal221501611241007027211132
Binary100101101000111000110101001000011100010111010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126871; }

 p { color: rgb(18,104,113); }

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

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

 a { background-color: rgb(18,104,113); }

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

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

 span { border-color: rgb(18,104,113); }

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