Html Css Color HEX #106070 Blue Lagoon

📋 copy color: '#106070'

red 16 ◦ green 96 ◦ blue 112

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

Shades of Blue Lagoon #106070

Tints of Blue Lagoon #106070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50%

R = 7.14%
G = 42.86%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#106070 (or 0x106070) is known color: Blue Lagoon. HEX triplet: 10, 60 and 70. RGB value is (16,96,112). Sum of RGB (Red+Green+Blue) = 16+96+112=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #106070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106070 is #EF9F8F. Grayscale: #494949. Windows color (decimal): -15703952 or 7364624. OLE color: 7364624.

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

Color convert

RGB 16 96 112 -
CMYK 0.86 0.14 0 0.56
HSL 190º 0.75% 0.25% -
HSV(B) 190º 0.86% 0.44% -
XYZ 7.32 9.65 16.81 -
YUV 73.9 149.5 86.7 -
System Red Green Blue C M Y K H S L
Decimal 16 96 112 0.86 0.14 0 0.56 190 0.75 0.25
Hex 10 60 70 56 E 0 38 BE 4B 19
Octal 20 140 160 126 16 0 70 276 113 31
Binary 10000 1100000 1110000 1010110 1110 0 111000 10111110 1001011 11001

Color Harmonies of #106070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106070

Black with #106070

Text Example


Text Example

White with #106070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106070; }

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

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

background-color css

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

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

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

border-color css

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

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

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