Html Css Color HEX #016571 Blue Lagoon

📋 copy color: '#016571'

red 1 ◦ green 101 ◦ blue 113

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

Shades of Blue Lagoon #016571

Tints of Blue Lagoon #016571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.98%

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

R = 0.47%
G = 46.98%
B = 52.56%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#016571 (or 0x016571) is known color: Blue Lagoon. HEX triplet: 01, 65 and 71. RGB value is (1,101,113). Sum of RGB (Red+Green+Blue) = 1+101+113=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #016571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016571 is #FE9A8E. Grayscale: #484848. Windows color (decimal): -16685711 or 7431425. OLE color: 7431425.

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

Color convert

RGB 1 101 113 -
CMYK 0.99 0.11 0 0.56
HSL 186.43º 0.98% 0.22% -
HSV(B) 186.43º 0.99% 0.44% -
XYZ 7.65 10.51 17.25 -
YUV 72.47 150.87 77.02 -
System Red Green Blue C M Y K H S L
Decimal 1 101 113 0.99 0.11 0 0.56 186.43 0.98 0.22
Hex 1 65 71 63 B 0 38 BA 62 16
Octal 1 145 161 143 13 0 70 272 142 26
Binary 1 1100101 1110001 1100011 1011 0 111000 10111010 1100010 10110

Color Harmonies of #016571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016571

Black with #016571

Text Example


Text Example

White with #016571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016571; }

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

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

background-color css

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

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

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

border-color css

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

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

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