Html Css Color HEX #015564 Blue Lagoon

📋 copy color: '#015564'

red 1 ◦ green 85 ◦ blue 100

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

Shades of Blue Lagoon #015564

Tints of Blue Lagoon #015564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 53.76%

R = 0.54%
G = 45.7%
B = 53.76%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#015564 (or 0x015564) is known color: Blue Lagoon. HEX triplet: 01, 55 and 64. RGB value is (1,85,100). Sum of RGB (Red+Green+Blue) = 1+85+100=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 100 (39.45% from 255 or 53.76% from 186); Max value from RGB is 100 - color contains mainly: blue. Hex color #015564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015564 is #FEAA9B. Grayscale: #3D3D3D. Windows color (decimal): -16689820 or 6575361. OLE color: 6575361.

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

Color convert

RGB 1 85 100 -
CMYK 0.99 0.15 0 0.61
HSL 189.09º 0.98% 0.2% -
HSV(B) 189.09º 0.99% 0.39% -
XYZ 5.56 7.42 13.2 -
YUV 61.59 149.67 84.78 -
System Red Green Blue C M Y K H S L
Decimal 1 85 100 0.99 0.15 0 0.61 189.09 0.98 0.2
Hex 1 55 64 63 F 0 3D BD 62 14
Octal 1 125 144 143 17 0 75 275 142 24
Binary 1 1010101 1100100 1100011 1111 0 111101 10111101 1100010 10100

Color Harmonies of #015564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015564

Black with #015564

Text Example


Text Example

White with #015564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015564; }

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

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

background-color css

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

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

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

border-color css

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

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

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