Html Css Color HEX #016481 Blue Lagoon

📋 copy color: '#016481'

red 1 ◦ green 100 ◦ blue 129

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

Shades of Blue Lagoon #016481

Tints of Blue Lagoon #016481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 56.09%

R = 0.43%
G = 43.48%
B = 56.09%

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

#016481 (or 0x016481) is known color: Blue Lagoon. HEX triplet: 01, 64 and 81. RGB value is (1,100,129). Sum of RGB (Red+Green+Blue) = 1+100+129=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 129 (50.78% from 255 or 56.09% from 230); Max value from RGB is 129 - color contains mainly: blue. Hex color #016481 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016481 is #FE9B7E. Grayscale: #494949. Windows color (decimal): -16685951 or 8479745. OLE color: 8479745.

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

Color convert

RGB 1 100 129 -
CMYK 0.99 0.22 0 0.49
HSL 193.59º 0.98% 0.25% -
HSV(B) 193.59º 0.99% 0.51% -
XYZ 8.53 10.71 22.39 -
YUV 73.71 159.2 76.14 -
System Red Green Blue C M Y K H S L
Decimal 1 100 129 0.99 0.22 0 0.49 193.59 0.98 0.25
Hex 1 64 81 63 16 0 31 C2 62 19
Octal 1 144 201 143 26 0 61 302 142 31
Binary 1 1100100 10000001 1100011 10110 0 110001 11000010 1100010 11001

Color Harmonies of #016481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016481

Black with #016481

Text Example


Text Example

White with #016481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016481; }

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

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

background-color css

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

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

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

border-color css

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

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

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