Html Css Color HEX #016482 Blue Lagoon

📋 copy color: '#016482'

red 1 ◦ green 100 ◦ blue 130

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

Shades of Blue Lagoon #016482

Tints of Blue Lagoon #016482

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.29%

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

R = 0.43%
G = 43.29%
B = 56.28%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#016482 (or 0x016482) is known color: Blue Lagoon. HEX triplet: 01, 64 and 82. RGB value is (1,100,130). Sum of RGB (Red+Green+Blue) = 1+100+130=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #016482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016482 is #FE9B7D. Grayscale: #494949. Windows color (decimal): -16685950 or 8545281. OLE color: 8545281.

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

Color convert

RGB 1 100 130 -
CMYK 0.99 0.23 0 0.49
HSL 193.95º 0.98% 0.26% -
HSV(B) 193.95º 0.99% 0.51% -
XYZ 8.6 10.73 22.74 -
YUV 73.82 159.7 76.06 -
System Red Green Blue C M Y K H S L
Decimal 1 100 130 0.99 0.23 0 0.49 193.95 0.98 0.26
Hex 1 64 82 63 17 0 31 C2 62 1A
Octal 1 144 202 143 27 0 61 302 142 32
Binary 1 1100100 10000010 1100011 10111 0 110001 11000010 1100010 11010

Color Harmonies of #016482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016482

Black with #016482

Text Example


Text Example

White with #016482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016482; }

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

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

background-color css

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

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

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

border-color css

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

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

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