Html Css Color HEX #015666 Blue Lagoon

📋 copy color: '#015666'

red 1 ◦ green 86 ◦ blue 102

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

Shades of Blue Lagoon #015666

Tints of Blue Lagoon #015666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.5%

 BLUE value IS 102 (40.23% from 255) = 53.97%

R = 0.53%
G = 45.5%
B = 53.97%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#015666 (or 0x015666) is known color: Blue Lagoon. HEX triplet: 01, 56 and 66. RGB value is (1,86,102). Sum of RGB (Red+Green+Blue) = 1+86+102=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #015666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015666 is #FEA999. Grayscale: #3E3E3E. Windows color (decimal): -16689562 or 6706689. OLE color: 6706689.

HSL color Cylindrical-coordinate representation of color #015666: hue angle of 189.5º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015666 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 86 102 -
CMYK 0.99 0.16 0 0.6
HSL 189.5º 0.98% 0.2% -
HSV(B) 189.5º 0.99% 0.4% -
XYZ 5.74 7.62 13.74 -
YUV 62.41 150.34 84.2 -
System Red Green Blue C M Y K H S L
Decimal 1 86 102 0.99 0.16 0 0.6 189.5 0.98 0.2
Hex 1 56 66 63 10 0 3C BE 62 14
Octal 1 126 146 143 20 0 74 276 142 24
Binary 1 1010110 1100110 1100011 10000 0 111100 10111110 1100010 10100

Color Harmonies of #015666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015666

Black with #015666

Text Example


Text Example

White with #015666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015666; }

 p { color: rgb(1,86,102); }

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

background-color css

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

 a { background-color: rgb(1,86,102); }

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

border-color css

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

 span { border-color: rgb(1,86,102); }

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