Html Css Color HEX #015676 Blue Lagoon

📋 copy color: '#015676'

red 1 ◦ green 86 ◦ blue 118

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

Shades of Blue Lagoon #015676

Tints of Blue Lagoon #015676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.95%

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

R = 0.49%
G = 41.95%
B = 57.56%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#015676 (or 0x015676) is known color: Blue Lagoon. HEX triplet: 01, 56 and 76. RGB value is (1,86,118). Sum of RGB (Red+Green+Blue) = 1+86+118=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #015676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015676 is #FEA989. Grayscale: #404040. Windows color (decimal): -16689546 or 7755265. OLE color: 7755265.

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

Color convert

RGB 1 86 118 -
CMYK 0.99 0.27 0 0.54
HSL 196.41º 0.98% 0.23% -
HSV(B) 196.41º 0.99% 0.46% -
XYZ 6.61 7.97 18.33 -
YUV 64.23 158.34 82.9 -
System Red Green Blue C M Y K H S L
Decimal 1 86 118 0.99 0.27 0 0.54 196.41 0.98 0.23
Hex 1 56 76 63 1B 0 36 C4 62 17
Octal 1 126 166 143 33 0 66 304 142 27
Binary 1 1010110 1110110 1100011 11011 0 110110 11000100 1100010 10111

Color Harmonies of #015676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015676

Black with #015676

Text Example


Text Example

White with #015676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015676; }

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

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

background-color css

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

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

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

border-color css

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

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

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