Html Css Color HEX #026482 Blue Lagoon

📋 copy color: '#026482'

red 2 ◦ green 100 ◦ blue 130

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

Shades of Blue Lagoon #026482

Tints of Blue Lagoon #026482

RGB

 RED value IS 2 (1.17% from 255) = 0.86%

 GREEN value IS 100 (39.45% from 255) = 43.1%

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

R = 0.86%
G = 43.1%
B = 56.03%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#026482 (or 0x026482) is known color: Blue Lagoon. HEX triplet: 02, 64 and 82. RGB value is (2,100,130). Sum of RGB (Red+Green+Blue) = 2+100+130=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #026482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026482 is #FD9B7D. Grayscale: #494949. Windows color (decimal): -16620414 or 8545282. OLE color: 8545282.

HSL color Cylindrical-coordinate representation of color #026482: hue angle of 194.06º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026482 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 100 130 -
CMYK 0.98 0.23 0 0.49
HSL 194.06º 0.97% 0.26% -
HSV(B) 194.06º 0.98% 0.51% -
XYZ 8.61 10.74 22.74 -
YUV 74.12 159.53 76.56 -
System Red Green Blue C M Y K H S L
Decimal 2 100 130 0.98 0.23 0 0.49 194.06 0.97 0.26
Hex 2 64 82 62 17 0 31 C2 61 1A
Octal 2 144 202 142 27 0 61 302 141 32
Binary 10 1100100 10000010 1100010 10111 0 110001 11000010 1100001 11010

Color Harmonies of #026482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026482

Black with #026482

Text Example


Text Example

White with #026482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026482; }

 p { color: rgb(2,100,130); }

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

background-color css

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

 a { background-color: rgb(2,100,130); }

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

border-color css

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

 span { border-color: rgb(2,100,130); }

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