Html Css Color HEX #015563 Blue Lagoon

📋 copy color: '#015563'

red 1 ◦ green 85 ◦ blue 99

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

Shades of Blue Lagoon #015563

Tints of Blue Lagoon #015563

RGB

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

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

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

R = 0.54%
G = 45.95%
B = 53.51%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#015563 (or 0x015563) is known color: Blue Lagoon. HEX triplet: 01, 55 and 63. RGB value is (1,85,99). Sum of RGB (Red+Green+Blue) = 1+85+99=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #015563 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015563 is #FEAA9C. Grayscale: #3D3D3D. Windows color (decimal): -16689821 or 6509825. OLE color: 6509825.

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

Color convert

RGB 1 85 99 -
CMYK 0.99 0.14 0 0.61
HSL 188.57º 0.98% 0.2% -
HSV(B) 188.57º 0.99% 0.39% -
XYZ 5.51 7.4 12.94 -
YUV 61.48 149.17 84.86 -
System Red Green Blue C M Y K H S L
Decimal 1 85 99 0.99 0.14 0 0.61 188.57 0.98 0.2
Hex 1 55 63 63 E 0 3D BD 62 14
Octal 1 125 143 143 16 0 75 275 142 24
Binary 1 1010101 1100011 1100011 1110 0 111101 10111101 1100010 10100

Color Harmonies of #015563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015563

Black with #015563

Text Example


Text Example

White with #015563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015563; }

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

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

background-color css

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

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

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

border-color css

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

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

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