Html Css Color HEX #126571 Blue Lagoon

📋 copy color: '#126571'

red 18 ◦ green 101 ◦ blue 113

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

Shades of Blue Lagoon #126571

Tints of Blue Lagoon #126571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.53%

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

R = 7.76%
G = 43.53%
B = 48.71%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#126571 (or 0x126571) is known color: Blue Lagoon. HEX triplet: 12, 65 and 71. RGB value is (18,101,113). Sum of RGB (Red+Green+Blue) = 18+101+113=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #126571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126571 is #ED9A8E. Grayscale: #4D4D4D. Windows color (decimal): -15571599 or 7431442. OLE color: 7431442.

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

Color convert

RGB 18 101 113 -
CMYK 0.84 0.11 0 0.56
HSL 187.58º 0.73% 0.26% -
HSV(B) 187.58º 0.84% 0.44% -
XYZ 7.88 10.63 17.26 -
YUV 77.55 148 85.52 -
System Red Green Blue C M Y K H S L
Decimal 18 101 113 0.84 0.11 0 0.56 187.58 0.73 0.26
Hex 12 65 71 54 B 0 38 BC 49 1A
Octal 22 145 161 124 13 0 70 274 111 32
Binary 10010 1100101 1110001 1010100 1011 0 111000 10111100 1001001 11010

Color Harmonies of #126571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126571

Black with #126571

Text Example


Text Example

White with #126571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126571; }

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

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

background-color css

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

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

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

border-color css

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

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

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