Html Css Color HEX #016382 Blue Lagoon

📋 copy color: '#016382'

red 1 ◦ green 99 ◦ blue 130

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

Shades of Blue Lagoon #016382

Tints of Blue Lagoon #016382

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.04%

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

R = 0.43%
G = 43.04%
B = 56.52%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#016382 (or 0x016382) is known color: Blue Lagoon. HEX triplet: 01, 63 and 82. RGB value is (1,99,130). Sum of RGB (Red+Green+Blue) = 1+99+130=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #016382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016382 is #FE9C7D. Grayscale: #494949. Windows color (decimal): -16686206 or 8545025. OLE color: 8545025.

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

Color convert

RGB 1 99 130 -
CMYK 0.99 0.24 0 0.49
HSL 194.42º 0.98% 0.26% -
HSV(B) 194.42º 0.99% 0.51% -
XYZ 8.5 10.54 22.71 -
YUV 73.23 160.03 76.48 -
System Red Green Blue C M Y K H S L
Decimal 1 99 130 0.99 0.24 0 0.49 194.42 0.98 0.26
Hex 1 63 82 63 18 0 31 C2 62 1A
Octal 1 143 202 143 30 0 61 302 142 32
Binary 1 1100011 10000010 1100011 11000 0 110001 11000010 1100010 11010

Color Harmonies of #016382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016382

Black with #016382

Text Example


Text Example

White with #016382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016382; }

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

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

background-color css

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

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

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

border-color css

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

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

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