Html Css Color HEX #126071 Blue Lagoon

📋 copy color: '#126071'

red 18 ◦ green 96 ◦ blue 113

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

Shades of Blue Lagoon #126071

Tints of Blue Lagoon #126071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.29%

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

R = 7.93%
G = 42.29%
B = 49.78%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#126071 (or 0x126071) is known color: Blue Lagoon. HEX triplet: 12, 60 and 71. RGB value is (18,96,113). Sum of RGB (Red+Green+Blue) = 18+96+113=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #126071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126071 is #ED9F8E. Grayscale: #4A4A4A. Windows color (decimal): -15572879 or 7430162. OLE color: 7430162.

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

Color convert

RGB 18 96 113 -
CMYK 0.84 0.15 0 0.56
HSL 190.74º 0.73% 0.26% -
HSV(B) 190.74º 0.84% 0.44% -
XYZ 7.41 9.69 17.1 -
YUV 74.62 149.66 87.62 -
System Red Green Blue C M Y K H S L
Decimal 18 96 113 0.84 0.15 0 0.56 190.74 0.73 0.26
Hex 12 60 71 54 F 0 38 BF 49 1A
Octal 22 140 161 124 17 0 70 277 111 32
Binary 10010 1100000 1110001 1010100 1111 0 111000 10111111 1001001 11010

Color Harmonies of #126071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126071

Black with #126071

Text Example


Text Example

White with #126071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126071; }

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

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

background-color css

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

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

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

border-color css

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

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

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