Html Css Color HEX #016371 Blue Lagoon

📋 copy color: '#016371'

red 1 ◦ green 99 ◦ blue 113

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

Shades of Blue Lagoon #016371

Tints of Blue Lagoon #016371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 53.05%

R = 0.47%
G = 46.48%
B = 53.05%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#016371 (or 0x016371) is known color: Blue Lagoon. HEX triplet: 01, 63 and 71. RGB value is (1,99,113). Sum of RGB (Red+Green+Blue) = 1+99+113=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #016371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016371 is #FE9C8E. Grayscale: #474747. Windows color (decimal): -16686223 or 7430913. OLE color: 7430913.

HSL color Cylindrical-coordinate representation of color #016371: hue angle of 187.5º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016371 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 99 113 -
CMYK 0.99 0.12 0 0.56
HSL 187.5º 0.98% 0.22% -
HSV(B) 187.5º 0.99% 0.44% -
XYZ 7.45 10.12 17.18 -
YUV 71.29 151.53 77.86 -
System Red Green Blue C M Y K H S L
Decimal 1 99 113 0.99 0.12 0 0.56 187.5 0.98 0.22
Hex 1 63 71 63 C 0 38 BC 62 16
Octal 1 143 161 143 14 0 70 274 142 26
Binary 1 1100011 1110001 1100011 1100 0 111000 10111100 1100010 10110

Color Harmonies of #016371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016371

Black with #016371

Text Example


Text Example

White with #016371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016371; }

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

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

background-color css

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

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

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

border-color css

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

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

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