Html Css Color HEX #016076 Blue Lagoon

📋 copy color: '#016076'

red 1 ◦ green 96 ◦ blue 118

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

Shades of Blue Lagoon #016076

Tints of Blue Lagoon #016076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.65%

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

R = 0.47%
G = 44.65%
B = 54.88%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#016076 (or 0x016076) is known color: Blue Lagoon. HEX triplet: 01, 60 and 76. RGB value is (1,96,118). Sum of RGB (Red+Green+Blue) = 1+96+118=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #016076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016076 is #FE9F89. Grayscale: #454545. Windows color (decimal): -16686986 or 7757825. OLE color: 7757825.

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

Color convert

RGB 1 96 118 -
CMYK 0.99 0.19 0 0.54
HSL 191.28º 0.98% 0.23% -
HSV(B) 191.28º 0.99% 0.46% -
XYZ 7.47 9.68 18.61 -
YUV 70.1 155.03 78.71 -
System Red Green Blue C M Y K H S L
Decimal 1 96 118 0.99 0.19 0 0.54 191.28 0.98 0.23
Hex 1 60 76 63 13 0 36 BF 62 17
Octal 1 140 166 143 23 0 66 277 142 27
Binary 1 1100000 1110110 1100011 10011 0 110110 10111111 1100010 10111

Color Harmonies of #016076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016076

Black with #016076

Text Example


Text Example

White with #016076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016076; }

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

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

background-color css

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

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

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

border-color css

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

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

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