Html Css Color HEX #015576 Blue Lagoon

📋 copy color: '#015576'

red 1 ◦ green 85 ◦ blue 118

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

Shades of Blue Lagoon #015576

Tints of Blue Lagoon #015576

RGB

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

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

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

R = 0.49%
G = 41.67%
B = 57.84%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#015576 (or 0x015576) is known color: Blue Lagoon. HEX triplet: 01, 55 and 76. RGB value is (1,85,118). Sum of RGB (Red+Green+Blue) = 1+85+118=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #015576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015576 is #FEAA89. Grayscale: #3F3F3F. Windows color (decimal): -16689802 or 7755009. OLE color: 7755009.

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

Color convert

RGB 1 85 118 -
CMYK 0.99 0.28 0 0.54
HSL 196.92º 0.98% 0.23% -
HSV(B) 196.92º 0.99% 0.46% -
XYZ 6.53 7.81 18.3 -
YUV 63.65 158.67 83.32 -
System Red Green Blue C M Y K H S L
Decimal 1 85 118 0.99 0.28 0 0.54 196.92 0.98 0.23
Hex 1 55 76 63 1C 0 36 C5 62 17
Octal 1 125 166 143 34 0 66 305 142 27
Binary 1 1010101 1110110 1100011 11100 0 110110 11000101 1100010 10111

Color Harmonies of #015576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015576

Black with #015576

Text Example


Text Example

White with #015576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015576; }

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

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

background-color css

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

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

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

border-color css

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

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

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