Html Css Color HEX #015D79 Blue Lagoon

📋 copy color: '#015D79'

red 1 ◦ green 93 ◦ blue 121

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

Shades of Blue Lagoon #015D79

Tints of Blue Lagoon #015D79

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.26%

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

R = 0.47%
G = 43.26%
B = 56.28%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#015D79 (or 0x015D79) is known color: Blue Lagoon. HEX triplet: 01, 5D and 79. RGB value is (1,93,121). Sum of RGB (Red+Green+Blue) = 1+93+121=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 121 (47.66% from 255 or 56.28% from 215); Max value from RGB is 121 - color contains mainly: blue. Hex color #015D79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015D79 is #FEA286. Grayscale: #444444. Windows color (decimal): -16687751 or 7953665. OLE color: 7953665.

HSL color Cylindrical-coordinate representation of color #015D79: hue angle of 194º 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 #015D79 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 93 121 -
CMYK 0.99 0.23 0 0.53
HSL 194º 0.98% 0.24% -
HSV(B) 194º 0.99% 0.47% -
XYZ 7.38 9.22 19.48 -
YUV 68.68 157.52 79.72 -
System Red Green Blue C M Y K H S L
Decimal 1 93 121 0.99 0.23 0 0.53 194 0.98 0.24
Hex 1 5D 79 63 17 0 35 C2 62 18
Octal 1 135 171 143 27 0 65 302 142 30
Binary 1 1011101 1111001 1100011 10111 0 110101 11000010 1100010 11000

Color Harmonies of #015D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D79

Black with #015D79

Text Example


Text Example

White with #015D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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