Html Css Color HEX #015771 Blue Lagoon

📋 copy color: '#015771'

red 1 ◦ green 87 ◦ blue 113

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

Shades of Blue Lagoon #015771

Tints of Blue Lagoon #015771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 43.28%

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

R = 0.5%
G = 43.28%
B = 56.22%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#015771 (or 0x015771) is known color: Blue Lagoon. HEX triplet: 01, 57 and 71. RGB value is (1,87,113). Sum of RGB (Red+Green+Blue) = 1+87+113=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #015771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015771 is #FEA88E. Grayscale: #404040. Windows color (decimal): -16689295 or 7427841. OLE color: 7427841.

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

Color convert

RGB 1 87 113 -
CMYK 0.99 0.23 0 0.56
HSL 193.93º 0.98% 0.22% -
HSV(B) 193.93º 0.99% 0.44% -
XYZ 6.4 8.02 16.83 -
YUV 64.25 155.51 82.89 -
System Red Green Blue C M Y K H S L
Decimal 1 87 113 0.99 0.23 0 0.56 193.93 0.98 0.22
Hex 1 57 71 63 17 0 38 C2 62 16
Octal 1 127 161 143 27 0 70 302 142 26
Binary 1 1010111 1110001 1100011 10111 0 111000 11000010 1100010 10110

Color Harmonies of #015771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015771

Black with #015771

Text Example


Text Example

White with #015771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015771; }

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

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

background-color css

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

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

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

border-color css

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

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

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