Html Css Color HEX #106572 Blue Lagoon

📋 copy color: '#106572'

red 16 ◦ green 101 ◦ blue 114

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

Shades of Blue Lagoon #106572

Tints of Blue Lagoon #106572

RGB

 RED value IS 16 (6.64% from 255) = 6.93%

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

 BLUE value IS 114 (44.92% from 255) = 49.35%

R = 6.93%
G = 43.72%
B = 49.35%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#106572 (or 0x106572) is known color: Blue Lagoon. HEX triplet: 10, 65 and 72. RGB value is (16,101,114). Sum of RGB (Red+Green+Blue) = 16+101+114=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 101 (39.84% from 255 or 43.72% 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 #106572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106572 is #EF9A8D. Grayscale: #4C4C4C. Windows color (decimal): -15702670 or 7496976. OLE color: 7496976.

HSL color Cylindrical-coordinate representation of color #106572: hue angle of 187.96º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106572 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 101 114 -
CMYK 0.86 0.11 0 0.55
HSL 187.96º 0.75% 0.25% -
HSV(B) 187.96º 0.86% 0.45% -
XYZ 7.9 10.63 17.56 -
YUV 77.07 148.84 84.44 -
System Red Green Blue C M Y K H S L
Decimal 16 101 114 0.86 0.11 0 0.55 187.96 0.75 0.25
Hex 10 65 72 56 B 0 37 BC 4B 19
Octal 20 145 162 126 13 0 67 274 113 31
Binary 10000 1100101 1110010 1010110 1011 0 110111 10111100 1001011 11001

Color Harmonies of #106572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106572

Black with #106572

Text Example


Text Example

White with #106572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106572; }

 p { color: rgb(16,101,114); }

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

background-color css

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

 a { background-color: rgb(16,101,114); }

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

border-color css

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

 span { border-color: rgb(16,101,114); }

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