Html Css Color HEX #016670 Blue Lagoon

📋 copy color: '#016670'

red 1 ◦ green 102 ◦ blue 112

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

Shades of Blue Lagoon #016670

Tints of Blue Lagoon #016670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 52.09%

R = 0.47%
G = 47.44%
B = 52.09%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#016670 (or 0x016670) is known color: Blue Lagoon. HEX triplet: 01, 66 and 70. RGB value is (1,102,112). Sum of RGB (Red+Green+Blue) = 1+102+112=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #016670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016670 is #FE998F. Grayscale: #484848. Windows color (decimal): -16685456 or 7366145. OLE color: 7366145.

HSL color Cylindrical-coordinate representation of color #016670: hue angle of 185.41º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016670 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 102 112 -
CMYK 0.99 0.09 0 0.56
HSL 185.41º 0.98% 0.22% -
HSV(B) 185.41º 0.99% 0.44% -
XYZ 7.69 10.68 16.99 -
YUV 72.94 150.04 76.69 -
System Red Green Blue C M Y K H S L
Decimal 1 102 112 0.99 0.09 0 0.56 185.41 0.98 0.22
Hex 1 66 70 63 9 0 38 B9 62 16
Octal 1 146 160 143 11 0 70 271 142 26
Binary 1 1100110 1110000 1100011 1001 0 111000 10111001 1100010 10110

Color Harmonies of #016670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016670

Black with #016670

Text Example


Text Example

White with #016670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016670; }

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

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

background-color css

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

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

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

border-color css

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

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

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