#026387

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

Shades of Blue Lagoon #026387

Tints of Blue Lagoon #026387

Color information

#026387 (or 0x026387) is unknown color: approx Blue Lagoon. HEX triplet: 02, 63 and 87. RGB value is (2,99,135). Sum of RGB (Red+Green+Blue) = 2+99+135=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #026387 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026387 is #FD9C78. Grayscale: #494949. Windows color (decimal): -16620665 or 8872706. OLE color: 8872706.

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

Color convert

RGB299135-
CMYK0.990.2700.47
HSL196.24º97.08%26.86%-
HSV(B)196.24º98.52%52.94%-
XYZ8.8610.6924.52-
YUV74.1162.3676.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 135 (53.12% from 255) = 57.20%
R=0.85%
G=41.95%
B=57.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2991350.990.2700.47196.2497.0826.86
Hex26387631B02Fc4611b
Octal21432071433305730414133
Binary10110001110000111110001111011010111111000100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026387; }

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

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

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

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

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

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

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

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