Html Css Color HEX #016282 Blue Lagoon

📋 copy color: '#016282'

red 1 ◦ green 98 ◦ blue 130

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

Shades of Blue Lagoon #016282

Tints of Blue Lagoon #016282

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.79%

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

R = 0.44%
G = 42.79%
B = 56.77%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#016282 (or 0x016282) is known color: Blue Lagoon. HEX triplet: 01, 62 and 82. RGB value is (1,98,130). Sum of RGB (Red+Green+Blue) = 1+98+130=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #016282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016282 is #FE9D7D. Grayscale: #484848. Windows color (decimal): -16686462 or 8544769. OLE color: 8544769.

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

Color convert

RGB 1 98 130 -
CMYK 0.99 0.25 0 0.49
HSL 194.88º 0.98% 0.26% -
HSV(B) 194.88º 0.99% 0.51% -
XYZ 8.41 10.35 22.67 -
YUV 72.65 160.36 76.9 -
System Red Green Blue C M Y K H S L
Decimal 1 98 130 0.99 0.25 0 0.49 194.88 0.98 0.26
Hex 1 62 82 63 19 0 31 C3 62 1A
Octal 1 142 202 143 31 0 61 303 142 32
Binary 1 1100010 10000010 1100011 11001 0 110001 11000011 1100010 11010

Color Harmonies of #016282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016282

Black with #016282

Text Example


Text Example

White with #016282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016282; }

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

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

background-color css

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

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

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

border-color css

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

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

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