Html Css Color HEX #106573 Blue Lagoon

📋 copy color: '#106573'

red 16 ◦ green 101 ◦ blue 115

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

Shades of Blue Lagoon #106573

Tints of Blue Lagoon #106573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 49.57%

R = 6.9%
G = 43.53%
B = 49.57%

CMYK

 C value IS 0.86

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#106573 (or 0x106573) is known color: Blue Lagoon. HEX triplet: 10, 65 and 73. RGB value is (16,101,115). Sum of RGB (Red+Green+Blue) = 16+101+115=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #106573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106573 is #EF9A8C. Grayscale: #4D4D4D. Windows color (decimal): -15702669 or 7562512. OLE color: 7562512.

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

Color convert

RGB 16 101 115 -
CMYK 0.86 0.12 0 0.55
HSL 188.48º 0.76% 0.26% -
HSV(B) 188.48º 0.86% 0.45% -
XYZ 7.96 10.66 17.86 -
YUV 77.18 149.34 84.36 -
System Red Green Blue C M Y K H S L
Decimal 16 101 115 0.86 0.12 0 0.55 188.48 0.76 0.26
Hex 10 65 73 56 C 0 37 BC 4C 1A
Octal 20 145 163 126 14 0 67 274 114 32
Binary 10000 1100101 1110011 1010110 1100 0 110111 10111100 1001100 11010

Color Harmonies of #106573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106573

Black with #106573

Text Example


Text Example

White with #106573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106573; }

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

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

background-color css

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

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

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

border-color css

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

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

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