Html Css Color HEX #015663 Blue Lagoon

📋 copy color: '#015663'

red 1 ◦ green 86 ◦ blue 99

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

Shades of Blue Lagoon #015663

Tints of Blue Lagoon #015663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 53.23%

R = 0.54%
G = 46.24%
B = 53.23%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#015663 (or 0x015663) is known color: Blue Lagoon. HEX triplet: 01, 56 and 63. RGB value is (1,86,99). Sum of RGB (Red+Green+Blue) = 1+86+99=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #015663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015663 is #FEA99C. Grayscale: #3D3D3D. Windows color (decimal): -16689565 or 6510081. OLE color: 6510081.

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

Color convert

RGB 1 86 99 -
CMYK 0.99 0.13 0 0.61
HSL 187.96º 0.98% 0.2% -
HSV(B) 187.96º 0.99% 0.39% -
XYZ 5.59 7.56 12.97 -
YUV 62.07 148.84 84.44 -
System Red Green Blue C M Y K H S L
Decimal 1 86 99 0.99 0.13 0 0.61 187.96 0.98 0.2
Hex 1 56 63 63 D 0 3D BC 62 14
Octal 1 126 143 143 15 0 75 274 142 24
Binary 1 1010110 1100011 1100011 1101 0 111101 10111100 1100010 10100

Color Harmonies of #015663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015663

Black with #015663

Text Example


Text Example

White with #015663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015663; }

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

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

background-color css

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

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

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

border-color css

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

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

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