Html Css Color HEX #106475 Blue Lagoon

📋 copy color: '#106475'

red 16 ◦ green 100 ◦ blue 117

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

Shades of Blue Lagoon #106475

Tints of Blue Lagoon #106475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.92%

 BLUE value IS 117 (46.09% from 255) = 50.21%

R = 6.87%
G = 42.92%
B = 50.21%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#106475 (or 0x106475) is known color: Blue Lagoon. HEX triplet: 10, 64 and 75. RGB value is (16,100,117). Sum of RGB (Red+Green+Blue) = 16+100+117=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #106475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106475 is #EF9B8A. Grayscale: #4C4C4C. Windows color (decimal): -15702923 or 7693328. OLE color: 7693328.

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

Color convert

RGB 16 100 117 -
CMYK 0.86 0.15 0 0.54
HSL 190.1º 0.76% 0.26% -
HSV(B) 190.1º 0.86% 0.46% -
XYZ 7.98 10.51 18.44 -
YUV 76.82 150.67 84.62 -
System Red Green Blue C M Y K H S L
Decimal 16 100 117 0.86 0.15 0 0.54 190.1 0.76 0.26
Hex 10 64 75 56 F 0 36 BE 4C 1A
Octal 20 144 165 126 17 0 66 276 114 32
Binary 10000 1100100 1110101 1010110 1111 0 110110 10111110 1001100 11010

Color Harmonies of #106475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106475

Black with #106475

Text Example


Text Example

White with #106475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106475; }

 p { color: rgb(16,100,117); }

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

background-color css

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

 a { background-color: rgb(16,100,117); }

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

border-color css

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

 span { border-color: rgb(16,100,117); }

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