Html Css Color HEX #016271 Blue Lagoon

📋 copy color: '#016271'

red 1 ◦ green 98 ◦ blue 113

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

Shades of Blue Lagoon #016271

Tints of Blue Lagoon #016271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.23%

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

R = 0.47%
G = 46.23%
B = 53.3%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#016271 (or 0x016271) is known color: Blue Lagoon. HEX triplet: 01, 62 and 71. RGB value is (1,98,113). Sum of RGB (Red+Green+Blue) = 1+98+113=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #016271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016271 is #FE9D8E. Grayscale: #464646. Windows color (decimal): -16686479 or 7430657. OLE color: 7430657.

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

Color convert

RGB 1 98 113 -
CMYK 0.99 0.13 0 0.56
HSL 188.04º 0.98% 0.22% -
HSV(B) 188.04º 0.99% 0.44% -
XYZ 7.36 9.93 17.15 -
YUV 70.71 151.86 78.28 -
System Red Green Blue C M Y K H S L
Decimal 1 98 113 0.99 0.13 0 0.56 188.04 0.98 0.22
Hex 1 62 71 63 D 0 38 BC 62 16
Octal 1 142 161 143 15 0 70 274 142 26
Binary 1 1100010 1110001 1100011 1101 0 111000 10111100 1100010 10110

Color Harmonies of #016271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016271

Black with #016271

Text Example


Text Example

White with #016271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016271; }

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

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

background-color css

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

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

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

border-color css

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

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

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