Html Css Color HEX #016882 Blue Lagoon

📋 copy color: '#016882'

red 1 ◦ green 104 ◦ blue 130

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

Shades of Blue Lagoon #016882

Tints of Blue Lagoon #016882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.26%

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

R = 0.43%
G = 44.26%
B = 55.32%

CMYK

 C value IS 0.99

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#016882 (or 0x016882) is known color: Blue Lagoon. HEX triplet: 01, 68 and 82. RGB value is (1,104,130). Sum of RGB (Red+Green+Blue) = 1+104+130=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #016882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016882 is #FE977D. Grayscale: #4B4B4B. Windows color (decimal): -16684926 or 8546305. OLE color: 8546305.

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

Color convert

RGB 1 104 130 -
CMYK 0.99 0.2 0 0.49
HSL 192.09º 0.98% 0.26% -
HSV(B) 192.09º 0.99% 0.51% -
XYZ 8.99 11.52 22.87 -
YUV 76.17 158.38 74.39 -
System Red Green Blue C M Y K H S L
Decimal 1 104 130 0.99 0.2 0 0.49 192.09 0.98 0.26
Hex 1 68 82 63 14 0 31 C0 62 1A
Octal 1 150 202 143 24 0 61 300 142 32
Binary 1 1101000 10000010 1100011 10100 0 110001 11000000 1100010 11010

Color Harmonies of #016882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016882

Black with #016882

Text Example


Text Example

White with #016882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016882; }

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

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

background-color css

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

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

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

border-color css

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

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

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