Html Css Color HEX #015679 Blue Lagoon

📋 copy color: '#015679'

red 1 ◦ green 86 ◦ blue 121

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

Shades of Blue Lagoon #015679

Tints of Blue Lagoon #015679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 58.17%

R = 0.48%
G = 41.35%
B = 58.17%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#015679 (or 0x015679) is known color: Blue Lagoon. HEX triplet: 01, 56 and 79. RGB value is (1,86,121). Sum of RGB (Red+Green+Blue) = 1+86+121=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 121 (47.66% from 255 or 58.17% from 208); Max value from RGB is 121 - color contains mainly: blue. Hex color #015679 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015679 is #FEA986. Grayscale: #404040. Windows color (decimal): -16689543 or 7951873. OLE color: 7951873.

HSL color Cylindrical-coordinate representation of color #015679: hue angle of 197.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015679 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 86 121 -
CMYK 0.99 0.29 0 0.53
HSL 197.5º 0.98% 0.24% -
HSV(B) 197.5º 0.99% 0.47% -
XYZ 6.79 8.04 19.28 -
YUV 64.58 159.84 82.65 -
System Red Green Blue C M Y K H S L
Decimal 1 86 121 0.99 0.29 0 0.53 197.5 0.98 0.24
Hex 1 56 79 63 1D 0 35 C6 62 18
Octal 1 126 171 143 35 0 65 306 142 30
Binary 1 1010110 1111001 1100011 11101 0 110101 11000110 1100010 11000

Color Harmonies of #015679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015679

Black with #015679

Text Example


Text Example

White with #015679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015679; }

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

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

background-color css

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

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

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

border-color css

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

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

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