Html Css Color HEX #015579 Blue Lagoon

📋 copy color: '#015579'

red 1 ◦ green 85 ◦ blue 121

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

Shades of Blue Lagoon #015579

Tints of Blue Lagoon #015579

RGB

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

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

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

R = 0.48%
G = 41.06%
B = 58.45%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#015579 (or 0x015579) is known color: Blue Lagoon. HEX triplet: 01, 55 and 79. RGB value is (1,85,121). Sum of RGB (Red+Green+Blue) = 1+85+121=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #015579 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015579 is #FEAA86. Grayscale: #3F3F3F. Windows color (decimal): -16689799 or 7951617. OLE color: 7951617.

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

Color convert

RGB 1 85 121 -
CMYK 0.99 0.30 0 0.53
HSL 198º 0.98% 0.24% -
HSV(B) 198º 0.99% 0.47% -
XYZ 6.71 7.88 19.26 -
YUV 63.99 160.17 83.07 -
System Red Green Blue C M Y K H S L
Decimal 1 85 121 0.99 0.30 0 0.53 198 0.98 0.24
Hex 1 55 79 63 1E 0 35 C6 62 18
Octal 1 125 171 143 36 0 65 306 142 30
Binary 1 1010101 1111001 1100011 11110 0 110101 11000110 1100010 11000

Color Harmonies of #015579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015579

Black with #015579

Text Example


Text Example

White with #015579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015579; }

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

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

background-color css

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

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

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

border-color css

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

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

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