Html Css Color HEX #015566 Blue Lagoon

📋 copy color: '#015566'

red 1 ◦ green 85 ◦ blue 102

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

Shades of Blue Lagoon #015566

Tints of Blue Lagoon #015566

RGB

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

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

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

R = 0.53%
G = 45.21%
B = 54.26%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#015566 (or 0x015566) is known color: Blue Lagoon. HEX triplet: 01, 55 and 66. RGB value is (1,85,102). Sum of RGB (Red+Green+Blue) = 1+85+102=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #015566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015566 is #FEAA99. Grayscale: #3D3D3D. Windows color (decimal): -16689818 or 6706433. OLE color: 6706433.

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

Color convert

RGB 1 85 102 -
CMYK 0.99 0.17 0 0.6
HSL 190.1º 0.98% 0.2% -
HSV(B) 190.1º 0.99% 0.4% -
XYZ 5.66 7.46 13.71 -
YUV 61.82 150.67 84.62 -
System Red Green Blue C M Y K H S L
Decimal 1 85 102 0.99 0.17 0 0.6 190.1 0.98 0.2
Hex 1 55 66 63 11 0 3C BE 62 14
Octal 1 125 146 143 21 0 74 276 142 24
Binary 1 1010101 1100110 1100011 10001 0 111100 10111110 1100010 10100

Color Harmonies of #015566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015566

Black with #015566

Text Example


Text Example

White with #015566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015566; }

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

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

background-color css

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

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

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

border-color css

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

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

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