Html Css Color HEX #016C84 Blue Lagoon

📋 copy color: '#016C84'

red 1 ◦ green 108 ◦ blue 132

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

Shades of Blue Lagoon #016C84

Tints of Blue Lagoon #016C84

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.81%

 BLUE value IS 132 (51.95% from 255) = 54.77%

R = 0.41%
G = 44.81%
B = 54.77%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#016C84 (or 0x016C84) is known color: Blue Lagoon. HEX triplet: 01, 6C and 84. RGB value is (1,108,132). Sum of RGB (Red+Green+Blue) = 1+108+132=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #016C84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016C84 is #FE937B. Grayscale: #4E4E4E. Windows color (decimal): -16683900 or 8678401. OLE color: 8678401.

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

Color convert

RGB 1 108 132 -
CMYK 0.99 0.18 0 0.48
HSL 190.99º 0.98% 0.26% -
HSV(B) 190.99º 0.99% 0.52% -
XYZ 9.54 12.4 23.72 -
YUV 78.74 158.05 72.55 -
System Red Green Blue C M Y K H S L
Decimal 1 108 132 0.99 0.18 0 0.48 190.99 0.98 0.26
Hex 1 6C 84 63 12 0 30 BF 62 1A
Octal 1 154 204 143 22 0 60 277 142 32
Binary 1 1101100 10000100 1100011 10010 0 110000 10111111 1100010 11010

Color Harmonies of #016C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016C84

Black with #016C84

Text Example


Text Example

White with #016C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,108,132); }

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

background-color css

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

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

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

border-color css

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

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

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