Html Css Color HEX #016A7A Blue Lagoon

📋 copy color: '#016A7A'

red 1 ◦ green 106 ◦ blue 122

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

Shades of Blue Lagoon #016A7A

Tints of Blue Lagoon #016A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 53.28%

R = 0.44%
G = 46.29%
B = 53.28%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#016A7A (or 0x016A7A) is known color: Blue Lagoon. HEX triplet: 01, 6A and 7A. RGB value is (1,106,122). Sum of RGB (Red+Green+Blue) = 1+106+122=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 106 (41.80% from 255 or 46.29% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #016A7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016A7A is #FE9585. Grayscale: #4C4C4C. Windows color (decimal): -16684422 or 8022529. OLE color: 8022529.

HSL color Cylindrical-coordinate representation of color #016A7A: hue angle of 187.93º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A7A is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 106 122 -
CMYK 0.99 0.13 0 0.52
HSL 187.93º 0.98% 0.24% -
HSV(B) 187.93º 0.99% 0.48% -
XYZ 8.68 11.72 20.22 -
YUV 76.43 153.71 74.2 -
System Red Green Blue C M Y K H S L
Decimal 1 106 122 0.99 0.13 0 0.52 187.93 0.98 0.24
Hex 1 6A 7A 63 D 0 34 BC 62 18
Octal 1 152 172 143 15 0 64 274 142 30
Binary 1 1101010 1111010 1100011 1101 0 110100 10111100 1100010 11000

Color Harmonies of #016A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016A7A

Black with #016A7A

Text Example


Text Example

White with #016A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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