Html Css Color HEX #016582 Blue Lagoon

📋 copy color: '#016582'

red 1 ◦ green 101 ◦ blue 130

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

Shades of Blue Lagoon #016582

Tints of Blue Lagoon #016582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.53%

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

R = 0.43%
G = 43.53%
B = 56.03%

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

#016582 (or 0x016582) is known color: Blue Lagoon. HEX triplet: 01, 65 and 82. RGB value is (1,101,130). Sum of RGB (Red+Green+Blue) = 1+101+130=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #016582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016582 is #FE9A7D. Grayscale: #4A4A4A. Windows color (decimal): -16685694 or 8545537. OLE color: 8545537.

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

Color convert

RGB 1 101 130 -
CMYK 0.99 0.22 0 0.49
HSL 193.49º 0.98% 0.26% -
HSV(B) 193.49º 0.99% 0.51% -
XYZ 8.7 10.93 22.77 -
YUV 74.41 159.37 75.64 -
System Red Green Blue C M Y K H S L
Decimal 1 101 130 0.99 0.22 0 0.49 193.49 0.98 0.26
Hex 1 65 82 63 16 0 31 C1 62 1A
Octal 1 145 202 143 26 0 61 301 142 32
Binary 1 1100101 10000010 1100011 10110 0 110001 11000001 1100010 11010

Color Harmonies of #016582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016582

Black with #016582

Text Example


Text Example

White with #016582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016582; }

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

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

background-color css

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

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

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

border-color css

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

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

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