Html Css Color HEX #126971 Blue Lagoon

📋 copy color: '#126971'

red 18 ◦ green 105 ◦ blue 113

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

Shades of Blue Lagoon #126971

Tints of Blue Lagoon #126971

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

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 18 105 113 -
CMYK 0.84 0.07 0 0.56
HSL 185.05º 0.73% 0.26% -
HSV(B) 185.05º 0.84% 0.44% -
XYZ 8.28 11.42 17.39 -
YUV 79.9 146.68 83.85 -
System Red Green Blue C M Y K H S L
Decimal 18 105 113 0.84 0.07 0 0.56 185.05 0.73 0.26
Hex 12 69 71 54 7 0 38 B9 49 1A
Octal 22 151 161 124 7 0 70 271 111 32
Binary 10010 1101001 1110001 1010100 111 0 111000 10111001 1001001 11010

Color Harmonies of #126971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126971

Black with #126971

Text Example


Text Example

White with #126971

Text Example


Text Example

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