Html Css Color HEX #016A8B Blue Lagoon

📋 copy color: '#016A8B'

red 1 ◦ green 106 ◦ blue 139

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

Shades of Blue Lagoon #016A8B

Tints of Blue Lagoon #016A8B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.09%

 BLUE value IS 139 (54.69% from 255) = 56.5%

R = 0.41%
G = 43.09%
B = 56.5%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#016A8B (or 0x016A8B) is known color: Blue Lagoon. HEX triplet: 01, 6A and 8B. RGB value is (1,106,139). Sum of RGB (Red+Green+Blue) = 1+106+139=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #016A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016A8B is #FE9574. Grayscale: #4E4E4E. Windows color (decimal): -16684405 or 9136641. OLE color: 9136641.

HSL color Cylindrical-coordinate representation of color #016A8B: hue angle of 194.35º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A8B is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 106 139 -
CMYK 0.99 0.24 0 0.45
HSL 194.35º 0.99% 0.27% -
HSV(B) 194.35º 0.99% 0.55% -
XYZ 9.83 12.18 26.26 -
YUV 78.37 162.21 72.82 -
System Red Green Blue C M Y K H S L
Decimal 1 106 139 0.99 0.24 0 0.45 194.35 0.99 0.27
Hex 1 6A 8B 63 18 0 2D C2 63 1B
Octal 1 152 213 143 30 0 55 302 143 33
Binary 1 1101010 10001011 1100011 11000 0 101101 11000010 1100011 11011

Color Harmonies of #016A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016A8B

Black with #016A8B

Text Example


Text Example

White with #016A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016A8B; }

 p { color: rgb(1,106,139); }

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

background-color css

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

 a { background-color: rgb(1,106,139); }

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

border-color css

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

 span { border-color: rgb(1,106,139); }

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