Html Css Color HEX #015977 Blue Lagoon

📋 copy color: '#015977'

red 1 ◦ green 89 ◦ blue 119

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

Shades of Blue Lagoon #015977

Tints of Blue Lagoon #015977

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.58%

 BLUE value IS 119 (46.88% from 255) = 56.94%

R = 0.48%
G = 42.58%
B = 56.94%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#015977 (or 0x015977) is known color: Blue Lagoon. HEX triplet: 01, 59 and 77. RGB value is (1,89,119). Sum of RGB (Red+Green+Blue) = 1+89+119=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #015977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015977 is #FEA688. Grayscale: #414141. Windows color (decimal): -16688777 or 7821569. OLE color: 7821569.

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

Color convert

RGB 1 89 119 -
CMYK 0.99 0.25 0 0.53
HSL 195.25º 0.98% 0.24% -
HSV(B) 195.25º 0.99% 0.47% -
XYZ 6.91 8.48 18.73 -
YUV 66.11 157.85 81.56 -
System Red Green Blue C M Y K H S L
Decimal 1 89 119 0.99 0.25 0 0.53 195.25 0.98 0.24
Hex 1 59 77 63 19 0 35 C3 62 18
Octal 1 131 167 143 31 0 65 303 142 30
Binary 1 1011001 1110111 1100011 11001 0 110101 11000011 1100010 11000

Color Harmonies of #015977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015977

Black with #015977

Text Example


Text Example

White with #015977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015977; }

 p { color: rgb(1,89,119); }

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

background-color css

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

 a { background-color: rgb(1,89,119); }

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

border-color css

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

 span { border-color: rgb(1,89,119); }

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