Html Css Color HEX #106075 Blue Lagoon

📋 copy color: '#106075'

red 16 ◦ green 96 ◦ blue 117

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

Shades of Blue Lagoon #106075

Tints of Blue Lagoon #106075

RGB

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

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

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

R = 6.99%
G = 41.92%
B = 51.09%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#106075 (or 0x106075) is known color: Blue Lagoon. HEX triplet: 10, 60 and 75. RGB value is (16,96,117). Sum of RGB (Red+Green+Blue) = 16+96+117=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #106075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106075 is #EF9F8A. Grayscale: #4A4A4A. Windows color (decimal): -15703947 or 7692304. OLE color: 7692304.

HSL color Cylindrical-coordinate representation of color #106075: hue angle of 192.48º 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 #106075 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 96 117 -
CMYK 0.86 0.18 0 0.54
HSL 192.48º 0.76% 0.26% -
HSV(B) 192.48º 0.86% 0.46% -
XYZ 7.61 9.76 18.31 -
YUV 74.47 152 86.29 -
System Red Green Blue C M Y K H S L
Decimal 16 96 117 0.86 0.18 0 0.54 192.48 0.76 0.26
Hex 10 60 75 56 12 0 36 C0 4C 1A
Octal 20 140 165 126 22 0 66 300 114 32
Binary 10000 1100000 1110101 1010110 10010 0 110110 11000000 1001100 11010

Color Harmonies of #106075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106075

Black with #106075

Text Example


Text Example

White with #106075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106075; }

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

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

background-color css

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

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

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

border-color css

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

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

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