Html Css Color HEX #015971 Blue Lagoon

📋 copy color: '#015971'

red 1 ◦ green 89 ◦ blue 113

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

Shades of Blue Lagoon #015971

Tints of Blue Lagoon #015971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.84%

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

R = 0.49%
G = 43.84%
B = 55.67%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#015971 (or 0x015971) is known color: Blue Lagoon. HEX triplet: 01, 59 and 71. RGB value is (1,89,113). Sum of RGB (Red+Green+Blue) = 1+89+113=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #015971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015971 is #FEA68E. Grayscale: #414141. Windows color (decimal): -16688783 or 7428353. OLE color: 7428353.

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

Color convert

RGB 1 89 113 -
CMYK 0.99 0.21 0 0.56
HSL 192.86º 0.98% 0.22% -
HSV(B) 192.86º 0.99% 0.44% -
XYZ 6.57 8.34 16.89 -
YUV 65.42 154.85 82.05 -
System Red Green Blue C M Y K H S L
Decimal 1 89 113 0.99 0.21 0 0.56 192.86 0.98 0.22
Hex 1 59 71 63 15 0 38 C1 62 16
Octal 1 131 161 143 25 0 70 301 142 26
Binary 1 1011001 1110001 1100011 10101 0 111000 11000001 1100010 10110

Color Harmonies of #015971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015971

Black with #015971

Text Example


Text Example

White with #015971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015971; }

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

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

background-color css

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

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

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

border-color css

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

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

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