#126072

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

Shades of Blue Lagoon #126072

Tints of Blue Lagoon #126072

Color information

#126072 (or 0x126072) is unknown color: approx Blue Lagoon. HEX triplet: 12, 60 and 72. RGB value is (18,96,114). Sum of RGB (Red+Green+Blue) = 18+96+114=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #126072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126072 is #ED9F8D. Grayscale: #4A4A4A. Windows color (decimal): -15572878 or 7495698. OLE color: 7495698.

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

Color convert

RGB1896114-
CMYK0.840.1600.55
HSL191.25º72.73%25.88%-
HSV(B)191.25º84.21%44.71%-
XYZ7.479.7117.4-
YUV74.73150.1687.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.89%
GREEN value IS 96 (37.89% from 255) = 42.11%
BLUE value IS 114 (44.92% from 255) = 50%
R=7.89%
G=42.11%
B=50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18961140.840.1600.55191.2572.7325.88
Hex1260725410037bf491a
Octal221401621242006727711132
Binary1001011000001110010101010010000011011110111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126072; }

 p { color: rgb(18,96,114); }

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

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

 a { background-color: rgb(18,96,114); }

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

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

 span { border-color: rgb(18,96,114); }

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