Html Css Color HEX #026882 Blue Lagoon

📋 copy color: '#026882'

red 2 ◦ green 104 ◦ blue 130

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

Shades of Blue Lagoon #026882

Tints of Blue Lagoon #026882

RGB

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

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

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

R = 0.85%
G = 44.07%
B = 55.08%

CMYK

 C value IS 0.98

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#026882 (or 0x026882) is known color: Blue Lagoon. HEX triplet: 02, 68 and 82. RGB value is (2,104,130). Sum of RGB (Red+Green+Blue) = 2+104+130=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #026882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026882 is #FD977D. Grayscale: #4C4C4C. Windows color (decimal): -16619390 or 8546306. OLE color: 8546306.

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

Color convert

RGB 2 104 130 -
CMYK 0.98 0.2 0 0.49
HSL 192.19º 0.97% 0.26% -
HSV(B) 192.19º 0.98% 0.51% -
XYZ 9 11.53 22.87 -
YUV 76.47 158.21 74.89 -
System Red Green Blue C M Y K H S L
Decimal 2 104 130 0.98 0.2 0 0.49 192.19 0.97 0.26
Hex 2 68 82 62 14 0 31 C0 61 1A
Octal 2 150 202 142 24 0 61 300 141 32
Binary 10 1101000 10000010 1100010 10100 0 110001 11000000 1100001 11010

Color Harmonies of #026882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026882

Black with #026882

Text Example


Text Example

White with #026882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026882; }

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

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

background-color css

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

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

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

border-color css

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

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

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