Html Css Color HEX #016A70 Blue Lagoon

📋 copy color: '#016A70'

red 1 ◦ green 106 ◦ blue 112

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

Shades of Blue Lagoon #016A70

Tints of Blue Lagoon #016A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 48.4%

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

R = 0.46%
G = 48.4%
B = 51.14%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#016A70 (or 0x016A70) is known color: Blue Lagoon. HEX triplet: 01, 6A and 70. RGB value is (1,106,112). Sum of RGB (Red+Green+Blue) = 1+106+112=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #016A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016A70 is #FE958F. Grayscale: #4B4B4B. Windows color (decimal): -16684432 or 7367169. OLE color: 7367169.

HSL color Cylindrical-coordinate representation of color #016A70: hue angle of 183.24º 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 #016A70 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 106 112 -
CMYK 0.99 0.05 0 0.56
HSL 183.24º 0.98% 0.22% -
HSV(B) 183.24º 0.99% 0.44% -
XYZ 8.09 11.48 17.12 -
YUV 75.29 148.71 75.01 -
System Red Green Blue C M Y K H S L
Decimal 1 106 112 0.99 0.05 0 0.56 183.24 0.98 0.22
Hex 1 6A 70 63 5 0 38 B7 62 16
Octal 1 152 160 143 5 0 70 267 142 26
Binary 1 1101010 1110000 1100011 101 0 111000 10110111 1100010 10110

Color Harmonies of #016A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016A70

Black with #016A70

Text Example


Text Example

White with #016A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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