#026487

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

Shades of Blue Lagoon #026487

Tints of Blue Lagoon #026487

Color information

#026487 (or 0x026487) is unknown color: approx Blue Lagoon. HEX triplet: 02, 64 and 87. RGB value is (2,100,135). Sum of RGB (Red+Green+Blue) = 2+100+135=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #026487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026487 is #FD9B78. Grayscale: #4A4A4A. Windows color (decimal): -16620409 or 8872962. OLE color: 8872962.

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

Color convert

RGB2100135-
CMYK0.990.2600.47
HSL195.79º97.08%26.86%-
HSV(B)195.79º98.52%52.94%-
XYZ8.9610.8824.55-
YUV74.69162.0376.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 100 (39.45% from 255) = 42.19%
BLUE value IS 135 (53.12% from 255) = 56.96%
R=0.84%
G=42.19%
B=56.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21001350.990.2600.47195.7997.0826.86
Hex26487631A02Fc4611b
Octal21442071433205730414133
Binary10110010010000111110001111010010111111000100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026487; }

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

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

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

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

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

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

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

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