Html Css Color HEX #016070 Blue Lagoon

📋 copy color: '#016070'

red 1 ◦ green 96 ◦ blue 112

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

Shades of Blue Lagoon #016070

Tints of Blue Lagoon #016070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.93%

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

R = 0.48%
G = 45.93%
B = 53.59%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#016070 (or 0x016070) is known color: Blue Lagoon. HEX triplet: 01, 60 and 70. RGB value is (1,96,112). Sum of RGB (Red+Green+Blue) = 1+96+112=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #016070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016070 is #FE9F8F. Grayscale: #454545. Windows color (decimal): -16686992 or 7364609. OLE color: 7364609.

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

Color convert

RGB 1 96 112 -
CMYK 0.99 0.14 0 0.56
HSL 188.65º 0.98% 0.22% -
HSV(B) 188.65º 0.99% 0.44% -
XYZ 7.12 9.54 16.8 -
YUV 69.42 152.03 79.2 -
System Red Green Blue C M Y K H S L
Decimal 1 96 112 0.99 0.14 0 0.56 188.65 0.98 0.22
Hex 1 60 70 63 E 0 38 BD 62 16
Octal 1 140 160 143 16 0 70 275 142 26
Binary 1 1100000 1110000 1100011 1110 0 111000 10111101 1100010 10110

Color Harmonies of #016070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016070

Black with #016070

Text Example


Text Example

White with #016070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016070; }

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

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

background-color css

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

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

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

border-color css

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

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

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