Html Css Color HEX #016870 Blue Lagoon

📋 copy color: '#016870'

red 1 ◦ green 104 ◦ blue 112

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

Shades of Blue Lagoon #016870

Tints of Blue Lagoon #016870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.93%

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

R = 0.46%
G = 47.93%
B = 51.61%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#016870 (or 0x016870) is known color: Blue Lagoon. HEX triplet: 01, 68 and 70. RGB value is (1,104,112). Sum of RGB (Red+Green+Blue) = 1+104+112=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #016870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016870 is #FE978F. Grayscale: #494949. Windows color (decimal): -16684944 or 7366657. OLE color: 7366657.

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

Color convert

RGB 1 104 112 -
CMYK 0.99 0.07 0 0.56
HSL 184.32º 0.98% 0.22% -
HSV(B) 184.32º 0.99% 0.44% -
XYZ 7.89 11.08 17.05 -
YUV 74.12 149.38 75.85 -
System Red Green Blue C M Y K H S L
Decimal 1 104 112 0.99 0.07 0 0.56 184.32 0.98 0.22
Hex 1 68 70 63 7 0 38 B8 62 16
Octal 1 150 160 143 7 0 70 270 142 26
Binary 1 1101000 1110000 1100011 111 0 111000 10111000 1100010 10110

Color Harmonies of #016870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016870

Black with #016870

Text Example


Text Example

White with #016870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016870; }

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

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

background-color css

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

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

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

border-color css

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

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

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