Html Css Color HEX #015776 Blue Lagoon

📋 copy color: '#015776'

red 1 ◦ green 87 ◦ blue 118

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

Shades of Blue Lagoon #015776

Tints of Blue Lagoon #015776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57.28%

R = 0.49%
G = 42.23%
B = 57.28%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#015776 (or 0x015776) is known color: Blue Lagoon. HEX triplet: 01, 57 and 76. RGB value is (1,87,118). Sum of RGB (Red+Green+Blue) = 1+87+118=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #015776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015776 is #FEA889. Grayscale: #404040. Windows color (decimal): -16689290 or 7755521. OLE color: 7755521.

HSL color Cylindrical-coordinate representation of color #015776: hue angle of 195.9º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015776 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 87 118 -
CMYK 0.99 0.26 0 0.54
HSL 195.9º 0.98% 0.23% -
HSV(B) 195.9º 0.99% 0.46% -
XYZ 6.69 8.13 18.36 -
YUV 64.82 158.01 82.48 -
System Red Green Blue C M Y K H S L
Decimal 1 87 118 0.99 0.26 0 0.54 195.9 0.98 0.23
Hex 1 57 76 63 1A 0 36 C4 62 17
Octal 1 127 166 143 32 0 66 304 142 27
Binary 1 1010111 1110110 1100011 11010 0 110110 11000100 1100010 10111

Color Harmonies of #015776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015776

Black with #015776

Text Example


Text Example

White with #015776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015776; }

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

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

background-color css

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

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

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

border-color css

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

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

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