Html Css Color HEX #016A85 Blue Lagoon

📋 copy color: '#016A85'

red 1 ◦ green 106 ◦ blue 133

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

Shades of Blue Lagoon #016A85

Tints of Blue Lagoon #016A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 55.42%

R = 0.42%
G = 44.17%
B = 55.42%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#016A85 (or 0x016A85) is known color: Blue Lagoon. HEX triplet: 01, 6A and 85. RGB value is (1,106,133). Sum of RGB (Red+Green+Blue) = 1+106+133=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #016A85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016A85 is #FE957A. Grayscale: #4D4D4D. Windows color (decimal): -16684411 or 8743425. OLE color: 8743425.

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

Color convert

RGB 1 106 133 -
CMYK 0.99 0.20 0 0.48
HSL 192.27º 0.99% 0.26% -
HSV(B) 192.27º 0.99% 0.52% -
XYZ 9.4 12.01 24.01 -
YUV 77.68 159.21 73.3 -
System Red Green Blue C M Y K H S L
Decimal 1 106 133 0.99 0.20 0 0.48 192.27 0.99 0.26
Hex 1 6A 85 63 14 0 30 C0 63 1A
Octal 1 152 205 143 24 0 60 300 143 32
Binary 1 1101010 10000101 1100011 10100 0 110000 11000000 1100011 11010

Color Harmonies of #016A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016A85

Black with #016A85

Text Example


Text Example

White with #016A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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