#126571

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

Shades of Blue Lagoon #126571

Tints of Blue Lagoon #126571

Color information

#126571 (or 0x126571) is unknown color: approx Blue Lagoon. HEX triplet: 12, 65 and 71. RGB value is (18,101,113). Sum of RGB (Red+Green+Blue) = 18+101+113=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #126571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126571 is #ED9A8E. Grayscale: #4D4D4D. Windows color (decimal): -15571599 or 7431442. OLE color: 7431442.

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

Color convert

RGB18101113-
CMYK0.840.1100.56
HSL187.58º72.52%25.69%-
HSV(B)187.58º84.07%44.31%-
XYZ7.8810.6317.26-
YUV77.5514885.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 101 (39.84% from 255) = 43.53%
BLUE value IS 113 (44.53% from 255) = 48.71%
R=7.76%
G=43.53%
B=48.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal181011130.840.1100.56187.5872.5225.69
Hex12657154B038bc491a
Octal221451611241307027411132
Binary100101100101111000110101001011011100010111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126571; }

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

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

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

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

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

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

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

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