Html Css Color HEX #016376 Blue Lagoon

📋 copy color: '#016376'

red 1 ◦ green 99 ◦ blue 118

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

Shades of Blue Lagoon #016376

Tints of Blue Lagoon #016376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.41%

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

R = 0.46%
G = 45.41%
B = 54.13%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#016376 (or 0x016376) is known color: Blue Lagoon. HEX triplet: 01, 63 and 76. RGB value is (1,99,118). Sum of RGB (Red+Green+Blue) = 1+99+118=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #016376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016376 is #FE9C89. Grayscale: #474747. Windows color (decimal): -16686218 or 7758593. OLE color: 7758593.

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

Color convert

RGB 1 99 118 -
CMYK 0.99 0.16 0 0.54
HSL 189.74º 0.98% 0.23% -
HSV(B) 189.74º 0.99% 0.46% -
XYZ 7.74 10.24 18.71 -
YUV 71.86 154.03 77.46 -
System Red Green Blue C M Y K H S L
Decimal 1 99 118 0.99 0.16 0 0.54 189.74 0.98 0.23
Hex 1 63 76 63 10 0 36 BE 62 17
Octal 1 143 166 143 20 0 66 276 142 27
Binary 1 1100011 1110110 1100011 10000 0 110110 10111110 1100010 10111

Color Harmonies of #016376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016376

Black with #016376

Text Example


Text Example

White with #016376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016376; }

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

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

background-color css

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

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

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

border-color css

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

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

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