Html Css Color HEX #015665 Blue Lagoon

📋 copy color: '#015665'

red 1 ◦ green 86 ◦ blue 101

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

Shades of Blue Lagoon #015665

Tints of Blue Lagoon #015665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 53.72%

R = 0.53%
G = 45.74%
B = 53.72%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#015665 (or 0x015665) is known color: Blue Lagoon. HEX triplet: 01, 56 and 65. RGB value is (1,86,101). Sum of RGB (Red+Green+Blue) = 1+86+101=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #015665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015665 is #FEA99A. Grayscale: #3E3E3E. Windows color (decimal): -16689563 or 6641153. OLE color: 6641153.

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

Color convert

RGB 1 86 101 -
CMYK 0.99 0.15 0 0.60
HSL 189º 0.98% 0.2% -
HSV(B) 189º 0.99% 0.4% -
XYZ 5.69 7.6 13.48 -
YUV 62.3 149.84 84.28 -
System Red Green Blue C M Y K H S L
Decimal 1 86 101 0.99 0.15 0 0.60 189 0.98 0.2
Hex 1 56 65 63 F 0 3C BD 62 14
Octal 1 126 145 143 17 0 74 275 142 24
Binary 1 1010110 1100101 1100011 1111 0 111100 10111101 1100010 10100

Color Harmonies of #015665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015665

Black with #015665

Text Example


Text Example

White with #015665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015665; }

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

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

background-color css

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

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

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

border-color css

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

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

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