Html Css Color HEX #016084 Blue Lagoon

📋 copy color: '#016084'

red 1 ◦ green 96 ◦ blue 132

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

Shades of Blue Lagoon #016084

Tints of Blue Lagoon #016084

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.92%

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

R = 0.44%
G = 41.92%
B = 57.64%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#016084 (or 0x016084) is known color: Blue Lagoon. HEX triplet: 01, 60 and 84. RGB value is (1,96,132). Sum of RGB (Red+Green+Blue) = 1+96+132=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #016084 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016084 is #FE9F7B. Grayscale: #474747. Windows color (decimal): -16686972 or 8675329. OLE color: 8675329.

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

Color convert

RGB 1 96 132 -
CMYK 0.99 0.27 0 0.48
HSL 196.49º 0.98% 0.26% -
HSV(B) 196.49º 0.99% 0.52% -
XYZ 8.36 10.04 23.33 -
YUV 71.7 162.03 77.57 -
System Red Green Blue C M Y K H S L
Decimal 1 96 132 0.99 0.27 0 0.48 196.49 0.98 0.26
Hex 1 60 84 63 1B 0 30 C4 62 1A
Octal 1 140 204 143 33 0 60 304 142 32
Binary 1 1100000 10000100 1100011 11011 0 110000 11000100 1100010 11010

Color Harmonies of #016084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016084

Black with #016084

Text Example


Text Example

White with #016084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016084; }

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

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

background-color css

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

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

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

border-color css

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

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

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