#126372

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

Shades of Blue Lagoon #126372

Tints of Blue Lagoon #126372

Color information

#126372 (or 0x126372) is unknown color: approx Blue Lagoon. HEX triplet: 12, 63 and 72. RGB value is (18,99,114). Sum of RGB (Red+Green+Blue) = 18+99+114=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #126372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126372 is #ED9C8D. Grayscale: #4C4C4C. Windows color (decimal): -15572110 or 7496466. OLE color: 7496466.

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

Color convert

RGB1899114-
CMYK0.840.1300.55
HSL189.38º72.73%25.88%-
HSV(B)189.38º84.21%44.71%-
XYZ7.7510.2717.49-
YUV76.49149.1686.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.79%
GREEN value IS 99 (39.06% from 255) = 42.86%
BLUE value IS 114 (44.92% from 255) = 49.35%
R=7.79%
G=42.86%
B=49.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18991140.840.1300.55189.3872.7325.88
Hex12637254D037bd491a
Octal221431621241506727511132
Binary100101100011111001010101001101011011110111101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126372; }

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

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

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

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

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

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

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

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