#126971

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

Shades of Blue Lagoon #126971

Tints of Blue Lagoon #126971

Color information

#126971 (or 0x126971) is unknown color: approx Blue Lagoon. HEX triplet: 12, 69 and 71. RGB value is (18,105,113). Sum of RGB (Red+Green+Blue) = 18+105+113=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #126971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126971 is #ED968E. Grayscale: #4F4F4F. Windows color (decimal): -15570575 or 7432466. OLE color: 7432466.

HSL color Cylindrical-coordinate representation of color #126971: hue angle of 185.05º 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 #126971 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB18105113-
CMYK0.840.0700.56
HSL185.05º72.52%25.69%-
HSV(B)185.05º84.07%44.31%-
XYZ8.2811.4217.39-
YUV79.9146.6883.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.63%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 113 (44.53% from 255) = 47.88%
R=7.63%
G=44.49%
B=47.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal181051130.840.0700.56185.0572.5225.69
Hex126971547038b9491a
Octal22151161124707027111132
Binary10010110100111100011010100111011100010111001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126971; }

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

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

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

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

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

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

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

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