Html Css Color HEX #016871 Blue Lagoon

📋 copy color: '#016871'

red 1 ◦ green 104 ◦ blue 113

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

Shades of Blue Lagoon #016871

Tints of Blue Lagoon #016871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 51.83%

R = 0.46%
G = 47.71%
B = 51.83%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#016871 (or 0x016871) is known color: Blue Lagoon. HEX triplet: 01, 68 and 71. RGB value is (1,104,113). Sum of RGB (Red+Green+Blue) = 1+104+113=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #016871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016871 is #FE978E. Grayscale: #4A4A4A. Windows color (decimal): -16684943 or 7432193. OLE color: 7432193.

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

Color convert

RGB 1 104 113 -
CMYK 0.99 0.08 0 0.56
HSL 184.82º 0.98% 0.22% -
HSV(B) 184.82º 0.99% 0.44% -
XYZ 7.94 11.1 17.35 -
YUV 74.23 149.88 75.77 -
System Red Green Blue C M Y K H S L
Decimal 1 104 113 0.99 0.08 0 0.56 184.82 0.98 0.22
Hex 1 68 71 63 8 0 38 B9 62 16
Octal 1 150 161 143 10 0 70 271 142 26
Binary 1 1101000 1110001 1100011 1000 0 111000 10111001 1100010 10110

Color Harmonies of #016871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016871

Black with #016871

Text Example


Text Example

White with #016871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016871; }

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

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

background-color css

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

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

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

border-color css

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

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

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