Html Css Color HEX #126871 Blue Lagoon

📋 copy color: '#126871'

red 18 ◦ green 104 ◦ blue 113

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

Shades of Blue Lagoon #126871

Tints of Blue Lagoon #126871

RGB

 RED value IS 18 (7.42% from 255) = 7.66%

 GREEN value IS 104 (41.02% from 255) = 44.26%

 BLUE value IS 113 (44.53% from 255) = 48.09%

R = 7.66%
G = 44.26%
B = 48.09%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#126871 (or 0x126871) is known color: Blue Lagoon. HEX triplet: 12, 68 and 71. RGB value is (18,104,113). Sum of RGB (Red+Green+Blue) = 18+104+113=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #126871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126871 is #ED978E. Grayscale: #4F4F4F. Windows color (decimal): -15570831 or 7432210. OLE color: 7432210.

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

Color convert

RGB 18 104 113 -
CMYK 0.84 0.08 0 0.56
HSL 185.68º 0.73% 0.26% -
HSV(B) 185.68º 0.84% 0.44% -
XYZ 8.18 11.22 17.36 -
YUV 79.31 147.01 84.27 -
System Red Green Blue C M Y K H S L
Decimal 18 104 113 0.84 0.08 0 0.56 185.68 0.73 0.26
Hex 12 68 71 54 8 0 38 BA 49 1A
Octal 22 150 161 124 10 0 70 272 111 32
Binary 10010 1101000 1110001 1010100 1000 0 111000 10111010 1001001 11010

Color Harmonies of #126871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126871

Black with #126871

Text Example


Text Example

White with #126871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126871; }

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

 H1.HeaderClassName
 {
   color: #126871;
 }
 .AnyTagClassName
 {
   color: #126871;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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