Html Css Color HEX #016669 Blue Lagoon

📋 copy color: '#016669'

red 1 ◦ green 102 ◦ blue 105

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

Shades of Blue Lagoon #016669

Tints of Blue Lagoon #016669

RGB

 RED value IS 1 (0.78% from 255) = 0.48%

 GREEN value IS 102 (40.23% from 255) = 49.04%

 BLUE value IS 105 (41.41% from 255) = 50.48%

R = 0.48%
G = 49.04%
B = 50.48%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#016669 (or 0x016669) is known color: Blue Lagoon. HEX triplet: 01, 66 and 69. RGB value is (1,102,105). Sum of RGB (Red+Green+Blue) = 1+102+105=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #016669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016669 is #FE9996. Grayscale: #484848. Windows color (decimal): -16685463 or 6907393. OLE color: 6907393.

HSL color Cylindrical-coordinate representation of color #016669: hue angle of 181.73º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016669 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 102 105 -
CMYK 0.99 0.03 0 0.59
HSL 181.73º 0.98% 0.21% -
HSV(B) 181.73º 0.99% 0.41% -
XYZ 7.31 10.53 15.01 -
YUV 72.14 146.54 77.26 -
System Red Green Blue C M Y K H S L
Decimal 1 102 105 0.99 0.03 0 0.59 181.73 0.98 0.21
Hex 1 66 69 63 3 0 3B B6 62 15
Octal 1 146 151 143 3 0 73 266 142 25
Binary 1 1100110 1101001 1100011 11 0 111011 10110110 1100010 10101

Color Harmonies of #016669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016669

Black with #016669

Text Example


Text Example

White with #016669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016669; }

 p { color: rgb(1,102,105); }

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

background-color css

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

 a { background-color: rgb(1,102,105); }

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

border-color css

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

 span { border-color: rgb(1,102,105); }

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