Html Css Color HEX #016682 Blue Lagoon

📋 copy color: '#016682'

red 1 ◦ green 102 ◦ blue 130

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

Shades of Blue Lagoon #016682

Tints of Blue Lagoon #016682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.78%

 BLUE value IS 130 (51.17% from 255) = 55.79%

R = 0.43%
G = 43.78%
B = 55.79%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#016682 (or 0x016682) is known color: Blue Lagoon. HEX triplet: 01, 66 and 82. RGB value is (1,102,130). Sum of RGB (Red+Green+Blue) = 1+102+130=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #016682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016682 is #FE997D. Grayscale: #4A4A4A. Windows color (decimal): -16685438 or 8545793. OLE color: 8545793.

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

Color convert

RGB 1 102 130 -
CMYK 0.99 0.22 0 0.49
HSL 193.02º 0.98% 0.26% -
HSV(B) 193.02º 0.99% 0.51% -
XYZ 8.79 11.12 22.8 -
YUV 74.99 159.04 75.22 -
System Red Green Blue C M Y K H S L
Decimal 1 102 130 0.99 0.22 0 0.49 193.02 0.98 0.26
Hex 1 66 82 63 16 0 31 C1 62 1A
Octal 1 146 202 143 26 0 61 301 142 32
Binary 1 1100110 10000010 1100011 10110 0 110001 11000001 1100010 11010

Color Harmonies of #016682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016682

Black with #016682

Text Example


Text Example

White with #016682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016682; }

 p { color: rgb(1,102,130); }

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

background-color css

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

 a { background-color: rgb(1,102,130); }

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

border-color css

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

 span { border-color: rgb(1,102,130); }

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