Html Css Color HEX #015577 Blue Lagoon

📋 copy color: '#015577'

red 1 ◦ green 85 ◦ blue 119

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

Shades of Blue Lagoon #015577

Tints of Blue Lagoon #015577

RGB

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

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

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

R = 0.49%
G = 41.46%
B = 58.05%

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

#015577 (or 0x015577) is known color: Blue Lagoon. HEX triplet: 01, 55 and 77. RGB value is (1,85,119). Sum of RGB (Red+Green+Blue) = 1+85+119=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #015577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015577 is #FEAA88. Grayscale: #3F3F3F. Windows color (decimal): -16689801 or 7820545. OLE color: 7820545.

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

Color convert

RGB 1 85 119 -
CMYK 0.99 0.29 0 0.53
HSL 197.29º 0.98% 0.24% -
HSV(B) 197.29º 0.99% 0.47% -
XYZ 6.59 7.84 18.62 -
YUV 63.76 159.17 83.24 -
System Red Green Blue C M Y K H S L
Decimal 1 85 119 0.99 0.29 0 0.53 197.29 0.98 0.24
Hex 1 55 77 63 1D 0 35 C5 62 18
Octal 1 125 167 143 35 0 65 305 142 30
Binary 1 1010101 1110111 1100011 11101 0 110101 11000101 1100010 11000

Color Harmonies of #015577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015577

Black with #015577

Text Example


Text Example

White with #015577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015577; }

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

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

background-color css

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

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

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

border-color css

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

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

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