Html Css Color HEX #016684 Blue Lagoon

📋 copy color: '#016684'

red 1 ◦ green 102 ◦ blue 132

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

Shades of Blue Lagoon #016684

Tints of Blue Lagoon #016684

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.4%

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

R = 0.43%
G = 43.4%
B = 56.17%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#016684 (or 0x016684) is known color: Blue Lagoon. HEX triplet: 01, 66 and 84. RGB value is (1,102,132). Sum of RGB (Red+Green+Blue) = 1+102+132=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #016684 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016684 is #FE997B. Grayscale: #4B4B4B. Windows color (decimal): -16685436 or 8676865. OLE color: 8676865.

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

Color convert

RGB 1 102 132 -
CMYK 0.99 0.23 0 0.48
HSL 193.74º 0.98% 0.26% -
HSV(B) 193.74º 0.99% 0.52% -
XYZ 8.93 11.18 23.52 -
YUV 75.22 160.04 75.06 -
System Red Green Blue C M Y K H S L
Decimal 1 102 132 0.99 0.23 0 0.48 193.74 0.98 0.26
Hex 1 66 84 63 17 0 30 C2 62 1A
Octal 1 146 204 143 27 0 60 302 142 32
Binary 1 1100110 10000100 1100011 10111 0 110000 11000010 1100010 11010

Color Harmonies of #016684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016684

Black with #016684

Text Example


Text Example

White with #016684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016684; }

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

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

background-color css

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

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

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

border-color css

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

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

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