Html Css Color HEX #016977 Blue Lagoon

📋 copy color: '#016977'

red 1 ◦ green 105 ◦ blue 119

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

Shades of Blue Lagoon #016977

Tints of Blue Lagoon #016977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.89%

R = 0.44%
G = 46.67%
B = 52.89%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#016977 (or 0x016977) is known color: Blue Lagoon. HEX triplet: 01, 69 and 77. RGB value is (1,105,119). Sum of RGB (Red+Green+Blue) = 1+105+119=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #016977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016977 is #FE9688. Grayscale: #4B4B4B. Windows color (decimal): -16684681 or 7825665. OLE color: 7825665.

HSL color Cylindrical-coordinate representation of color #016977: hue angle of 187.12º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016977 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 105 119 -
CMYK 0.99 0.12 0 0.53
HSL 187.12º 0.98% 0.24% -
HSV(B) 187.12º 0.99% 0.47% -
XYZ 8.39 11.44 19.22 -
YUV 75.5 152.54 74.86 -
System Red Green Blue C M Y K H S L
Decimal 1 105 119 0.99 0.12 0 0.53 187.12 0.98 0.24
Hex 1 69 77 63 C 0 35 BB 62 18
Octal 1 151 167 143 14 0 65 273 142 30
Binary 1 1101001 1110111 1100011 1100 0 110101 10111011 1100010 11000

Color Harmonies of #016977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016977

Black with #016977

Text Example


Text Example

White with #016977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016977; }

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

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

background-color css

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

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

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

border-color css

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

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

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