Html Css Color HEX #126372 Blue Lagoon

📋 copy color: '#126372'

red 18 ◦ green 99 ◦ blue 114

#126372
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #126372

Tints of Blue Lagoon #126372

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 value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#126372 (or 0x126372) is known color: 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

RGB 18 99 114 -
CMYK 0.84 0.13 0 0.55
HSL 189.38º 0.73% 0.26% -
HSV(B) 189.38º 0.84% 0.45% -
XYZ 7.75 10.27 17.49 -
YUV 76.49 149.16 86.28 -
System Red Green Blue C M Y K H S L
Decimal 18 99 114 0.84 0.13 0 0.55 189.38 0.73 0.26
Hex 12 63 72 54 D 0 37 BD 49 1A
Octal 22 143 162 124 15 0 67 275 111 32
Binary 10010 1100011 1110010 1010100 1101 0 110111 10111101 1001001 11010

Color Harmonies of #126372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126372

Black with #126372

Text Example


Text Example

White with #126372

Text Example


Text Example

HTML Codes & Css Web 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>