Html Css Color HEX #016672 Blue Lagoon

📋 copy color: '#016672'

red 1 ◦ green 102 ◦ blue 114

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

Shades of Blue Lagoon #016672

Tints of Blue Lagoon #016672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.53%

R = 0.46%
G = 47%
B = 52.53%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016672 (or 0x016672) is known color: Blue Lagoon. HEX triplet: 01, 66 and 72. RGB value is (1,102,114). Sum of RGB (Red+Green+Blue) = 1+102+114=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #016672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016672 is #FE998D. Grayscale: #494949. Windows color (decimal): -16685454 or 7497217. OLE color: 7497217.

HSL color Cylindrical-coordinate representation of color #016672: hue angle of 186.37º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016672 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 102 114 -
CMYK 0.99 0.11 0 0.55
HSL 186.37º 0.98% 0.23% -
HSV(B) 186.37º 0.99% 0.45% -
XYZ 7.8 10.72 17.58 -
YUV 73.17 151.04 76.52 -
System Red Green Blue C M Y K H S L
Decimal 1 102 114 0.99 0.11 0 0.55 186.37 0.98 0.23
Hex 1 66 72 63 B 0 37 BA 62 17
Octal 1 146 162 143 13 0 67 272 142 27
Binary 1 1100110 1110010 1100011 1011 0 110111 10111010 1100010 10111

Color Harmonies of #016672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016672

Black with #016672

Text Example


Text Example

White with #016672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016672; }

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

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

background-color css

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

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

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

border-color css

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

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

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