Html Css Color HEX #016484 Blue Lagoon

📋 copy color: '#016484'

red 1 ◦ green 100 ◦ blue 132

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

Shades of Blue Lagoon #016484

Tints of Blue Lagoon #016484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 56.65%

R = 0.43%
G = 42.92%
B = 56.65%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#016484 (or 0x016484) is known color: Blue Lagoon. HEX triplet: 01, 64 and 84. RGB value is (1,100,132). Sum of RGB (Red+Green+Blue) = 1+100+132=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #016484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016484 is #FE9B7B. Grayscale: #494949. Windows color (decimal): -16685948 or 8676353. OLE color: 8676353.

HSL color Cylindrical-coordinate representation of color #016484: hue angle of 194.66º degrees, saturation: 0.98, 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 #016484 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 100 132 -
CMYK 0.99 0.24 0 0.48
HSL 194.66º 0.98% 0.26% -
HSV(B) 194.66º 0.99% 0.52% -
XYZ 8.73 10.79 23.45 -
YUV 74.05 160.7 75.9 -
System Red Green Blue C M Y K H S L
Decimal 1 100 132 0.99 0.24 0 0.48 194.66 0.98 0.26
Hex 1 64 84 63 18 0 30 C3 62 1A
Octal 1 144 204 143 30 0 60 303 142 32
Binary 1 1100100 10000100 1100011 11000 0 110000 11000011 1100010 11010

Color Harmonies of #016484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016484

Black with #016484

Text Example


Text Example

White with #016484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016484; }

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

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

background-color css

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

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

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

border-color css

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

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

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