#026486

Color #026486 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #026486

Tints of Blue Lagoon #026486

Color information

#026486 (or 0x026486) is unknown color: approx Blue Lagoon. HEX triplet: 02, 64 and 86. RGB value is (2,100,134). Sum of RGB (Red+Green+Blue) = 2+100+134=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #026486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026486 is #FD9B79. Grayscale: #4A4A4A. Windows color (decimal): -16620410 or 8807426. OLE color: 8807426.

HSL color Cylindrical-coordinate representation of color #026486: hue angle of 195.45º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026486 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2100134-
CMYK0.990.2500.47
HSL195.45º97.06%26.67%-
HSV(B)195.45º98.51%52.55%-
XYZ8.8910.8524.18-
YUV74.57161.5376.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 100 (39.45% from 255) = 42.37%
BLUE value IS 134 (52.73% from 255) = 56.78%
R=0.85%
G=42.37%
B=56.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21001340.990.2500.47195.4597.0626.67
Hex26486631902Fc3611b
Octal21442061433105730314133
Binary10110010010000110110001111001010111111000011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026486; }

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

 H1.HeaderClassName
 {
   color: #026486;
 }
 .AnyTagClassName
 {
   color: #026486;
 }
</style>
background-color css

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

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

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

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

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

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