Html Css Color HEX #015766 Blue Lagoon

📋 copy color: '#015766'

red 1 ◦ green 87 ◦ blue 102

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

Shades of Blue Lagoon #015766

Tints of Blue Lagoon #015766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 45.79%

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

R = 0.53%
G = 45.79%
B = 53.68%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#015766 (or 0x015766) is known color: Blue Lagoon. HEX triplet: 01, 57 and 66. RGB value is (1,87,102). Sum of RGB (Red+Green+Blue) = 1+87+102=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #015766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015766 is #FEA899. Grayscale: #3E3E3E. Windows color (decimal): -16689306 or 6706945. OLE color: 6706945.

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

Color convert

RGB 1 87 102 -
CMYK 0.99 0.15 0 0.6
HSL 188.91º 0.98% 0.2% -
HSV(B) 188.91º 0.99% 0.4% -
XYZ 5.82 7.78 13.77 -
YUV 63 150.01 83.78 -
System Red Green Blue C M Y K H S L
Decimal 1 87 102 0.99 0.15 0 0.6 188.91 0.98 0.2
Hex 1 57 66 63 F 0 3C BD 62 14
Octal 1 127 146 143 17 0 74 275 142 24
Binary 1 1010111 1100110 1100011 1111 0 111100 10111101 1100010 10100

Color Harmonies of #015766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015766

Black with #015766

Text Example


Text Example

White with #015766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015766; }

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

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

background-color css

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

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

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

border-color css

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

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

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