Html Css Color HEX #016A81 Blue Lagoon

📋 copy color: '#016A81'

red 1 ◦ green 106 ◦ blue 129

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

Shades of Blue Lagoon #016A81

Tints of Blue Lagoon #016A81

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.92%

 BLUE value IS 129 (50.78% from 255) = 54.66%

R = 0.42%
G = 44.92%
B = 54.66%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#016A81 (or 0x016A81) is known color: Blue Lagoon. HEX triplet: 01, 6A and 81. RGB value is (1,106,129). Sum of RGB (Red+Green+Blue) = 1+106+129=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 129 (50.78% from 255 or 54.66% from 236); Max value from RGB is 129 - color contains mainly: blue. Hex color #016A81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016A81 is #FE957E. Grayscale: #4D4D4D. Windows color (decimal): -16684415 or 8481281. OLE color: 8481281.

HSL color Cylindrical-coordinate representation of color #016A81: hue angle of 190.78º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A81 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 106 129 -
CMYK 0.99 0.18 0 0.49
HSL 190.78º 0.98% 0.25% -
HSV(B) 190.78º 0.99% 0.51% -
XYZ 9.13 11.9 22.58 -
YUV 77.23 157.21 73.63 -
System Red Green Blue C M Y K H S L
Decimal 1 106 129 0.99 0.18 0 0.49 190.78 0.98 0.25
Hex 1 6A 81 63 12 0 31 BF 62 19
Octal 1 152 201 143 22 0 61 277 142 31
Binary 1 1101010 10000001 1100011 10010 0 110001 10111111 1100010 11001

Color Harmonies of #016A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016A81

Black with #016A81

Text Example


Text Example

White with #016A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016A81; }

 p { color: rgb(1,106,129); }

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

background-color css

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

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

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

border-color css

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

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

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