Html Css Color HEX #015B76 Blue Lagoon

📋 copy color: '#015B76'

red 1 ◦ green 91 ◦ blue 118

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

Shades of Blue Lagoon #015B76

Tints of Blue Lagoon #015B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 43.33%

 BLUE value IS 118 (46.48% from 255) = 56.19%

R = 0.48%
G = 43.33%
B = 56.19%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#015B76 (or 0x015B76) is known color: Blue Lagoon. HEX triplet: 01, 5B and 76. RGB value is (1,91,118). Sum of RGB (Red+Green+Blue) = 1+91+118=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #015B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B76 is #FEA489. Grayscale: #424242. Windows color (decimal): -16688266 or 7756545. OLE color: 7756545.

HSL color Cylindrical-coordinate representation of color #015B76: hue angle of 193.85º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B76 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 91 118 -
CMYK 0.99 0.23 0 0.54
HSL 193.85º 0.98% 0.23% -
HSV(B) 193.85º 0.99% 0.46% -
XYZ 7.02 8.8 18.47 -
YUV 67.17 156.68 80.8 -
System Red Green Blue C M Y K H S L
Decimal 1 91 118 0.99 0.23 0 0.54 193.85 0.98 0.23
Hex 1 5B 76 63 17 0 36 C2 62 17
Octal 1 133 166 143 27 0 66 302 142 27
Binary 1 1011011 1110110 1100011 10111 0 110110 11000010 1100010 10111

Color Harmonies of #015B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015B76

Black with #015B76

Text Example


Text Example

White with #015B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015B76; }

 p { color: rgb(1,91,118); }

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

background-color css

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

 a { background-color: rgb(1,91,118); }

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

border-color css

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

 span { border-color: rgb(1,91,118); }

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