Html Css Color HEX #016082 Blue Lagoon

📋 copy color: '#016082'

red 1 ◦ green 96 ◦ blue 130

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

Shades of Blue Lagoon #016082

Tints of Blue Lagoon #016082

RGB

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

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

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

R = 0.44%
G = 42.29%
B = 57.27%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#016082 (or 0x016082) is known color: Blue Lagoon. HEX triplet: 01, 60 and 82. RGB value is (1,96,130). Sum of RGB (Red+Green+Blue) = 1+96+130=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #016082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016082 is #FE9F7D. Grayscale: #474747. Windows color (decimal): -16686974 or 8544257. OLE color: 8544257.

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

Color convert

RGB 1 96 130 -
CMYK 0.99 0.26 0 0.49
HSL 195.81º 0.98% 0.26% -
HSV(B) 195.81º 0.99% 0.51% -
XYZ 8.22 9.98 22.61 -
YUV 71.47 161.03 77.74 -
System Red Green Blue C M Y K H S L
Decimal 1 96 130 0.99 0.26 0 0.49 195.81 0.98 0.26
Hex 1 60 82 63 1A 0 31 C4 62 1A
Octal 1 140 202 143 32 0 61 304 142 32
Binary 1 1100000 10000010 1100011 11010 0 110001 11000100 1100010 11010

Color Harmonies of #016082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016082

Black with #016082

Text Example


Text Example

White with #016082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016082; }

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

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

background-color css

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

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

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

border-color css

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

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

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