Html Css Color HEX #016A89 Blue Lagoon

📋 copy color: '#016A89'

red 1 ◦ green 106 ◦ blue 137

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

Shades of Blue Lagoon #016A89

Tints of Blue Lagoon #016A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 56.15%

R = 0.41%
G = 43.44%
B = 56.15%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#016A89 (or 0x016A89) is known color: Blue Lagoon. HEX triplet: 01, 6A and 89. RGB value is (1,106,137). Sum of RGB (Red+Green+Blue) = 1+106+137=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 106 (41.80% from 255 or 43.44% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #016A89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016A89 is #FE9576. Grayscale: #4D4D4D. Windows color (decimal): -16684407 or 9005569. OLE color: 9005569.

HSL color Cylindrical-coordinate representation of color #016A89: hue angle of 193.68º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A89 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 106 137 -
CMYK 0.99 0.23 0 0.46
HSL 193.68º 0.99% 0.27% -
HSV(B) 193.68º 0.99% 0.54% -
XYZ 9.68 12.12 25.5 -
YUV 78.14 161.21 72.98 -
System Red Green Blue C M Y K H S L
Decimal 1 106 137 0.99 0.23 0 0.46 193.68 0.99 0.27
Hex 1 6A 89 63 17 0 2E C2 63 1B
Octal 1 152 211 143 27 0 56 302 143 33
Binary 1 1101010 10001001 1100011 10111 0 101110 11000010 1100011 11011

Color Harmonies of #016A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016A89

Black with #016A89

Text Example


Text Example

White with #016A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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