Html Css Color HEX #015571 Blue Lagoon

📋 copy color: '#015571'

red 1 ◦ green 85 ◦ blue 113

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

Shades of Blue Lagoon #015571

Tints of Blue Lagoon #015571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.71%

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

R = 0.5%
G = 42.71%
B = 56.78%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#015571 (or 0x015571) is known color: Blue Lagoon. HEX triplet: 01, 55 and 71. RGB value is (1,85,113). Sum of RGB (Red+Green+Blue) = 1+85+113=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #015571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015571 is #FEAA8E. Grayscale: #3E3E3E. Windows color (decimal): -16689807 or 7427329. OLE color: 7427329.

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

Color convert

RGB 1 85 113 -
CMYK 0.99 0.25 0 0.56
HSL 195º 0.98% 0.22% -
HSV(B) 195º 0.99% 0.44% -
XYZ 6.24 7.7 16.78 -
YUV 63.08 156.17 83.72 -
System Red Green Blue C M Y K H S L
Decimal 1 85 113 0.99 0.25 0 0.56 195 0.98 0.22
Hex 1 55 71 63 19 0 38 C3 62 16
Octal 1 125 161 143 31 0 70 303 142 26
Binary 1 1010101 1110001 1100011 11001 0 111000 11000011 1100010 10110

Color Harmonies of #015571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015571

Black with #015571

Text Example


Text Example

White with #015571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015571; }

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

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

background-color css

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

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

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

border-color css

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

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

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