Html Css Color HEX #016969 Blue Lagoon

📋 copy color: '#016969'

red 1 ◦ green 105 ◦ blue 105

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

Shades of Blue Lagoon #016969

Tints of Blue Lagoon #016969

RGB

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

 GREEN value IS 105 (41.41% from 255) = 49.76%

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

R = 0.47%
G = 49.76%
B = 49.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#016969 (or 0x016969) is known color: Blue Lagoon. HEX triplet: 01, 69 and 69. RGB value is (1,105,105). Sum of RGB (Red+Green+Blue) = 1+105+105=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: green, blue. Hex color #016969 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016969 is #FE9696. Grayscale: #494949. Windows color (decimal): -16684695 or 6908161. OLE color: 6908161.

HSL color Cylindrical-coordinate representation of color #016969: hue angle of 180º 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 #016969 is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 105 105 -
CMYK 0.99 0 0 0.59
HSL 180º 0.98% 0.21% -
HSV(B) 180º 0.99% 0.41% -
XYZ 7.61 11.13 15.11 -
YUV 73.9 145.54 76 -
System Red Green Blue C M Y K H S L
Decimal 1 105 105 0.99 0 0 0.59 180 0.98 0.21
Hex 1 69 69 63 0 0 3B B4 62 15
Octal 1 151 151 143 0 0 73 264 142 25
Binary 1 1101001 1101001 1100011 0 0 111011 10110100 1100010 10101

Color Harmonies of #016969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016969

Black with #016969

Text Example


Text Example

White with #016969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016969; }

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

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

background-color css

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

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

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

border-color css

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

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

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