Html Css Color HEX #015575 Blue Lagoon

📋 copy color: '#015575'

red 1 ◦ green 85 ◦ blue 117

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

Shades of Blue Lagoon #015575

Tints of Blue Lagoon #015575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 57.64%

R = 0.49%
G = 41.87%
B = 57.64%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#015575 (or 0x015575) is known color: Blue Lagoon. HEX triplet: 01, 55 and 75. RGB value is (1,85,117). Sum of RGB (Red+Green+Blue) = 1+85+117=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #015575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015575 is #FEAA8A. Grayscale: #3F3F3F. Windows color (decimal): -16689803 or 7689473. OLE color: 7689473.

HSL color Cylindrical-coordinate representation of color #015575: hue angle of 196.55º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015575 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 85 117 -
CMYK 0.99 0.27 0 0.54
HSL 196.55º 0.98% 0.23% -
HSV(B) 196.55º 0.99% 0.46% -
XYZ 6.47 7.79 17.99 -
YUV 63.53 158.17 83.4 -
System Red Green Blue C M Y K H S L
Decimal 1 85 117 0.99 0.27 0 0.54 196.55 0.98 0.23
Hex 1 55 75 63 1B 0 36 C5 62 17
Octal 1 125 165 143 33 0 66 305 142 27
Binary 1 1010101 1110101 1100011 11011 0 110110 11000101 1100010 10111

Color Harmonies of #015575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015575

Black with #015575

Text Example


Text Example

White with #015575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015575; }

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

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

background-color css

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

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

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

border-color css

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

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

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