#026589

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

Shades of Blue Lagoon #026589

Tints of Blue Lagoon #026589

Color information

#026589 (or 0x026589) is unknown color: approx Blue Lagoon. HEX triplet: 02, 65 and 89. RGB value is (2,101,137). Sum of RGB (Red+Green+Blue) = 2+101+137=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #026589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026589 is #FD9A76. Grayscale: #4B4B4B. Windows color (decimal): -16620151 or 9004290. OLE color: 9004290.

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

Color convert

RGB2101137-
CMYK0.990.2600.46
HSL196º97.12%27.25%-
HSV(B)196º98.54%53.73%-
XYZ9.1911.1325.33-
YUV75.5162.775.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 101 (39.84% from 255) = 42.08%
BLUE value IS 137 (53.91% from 255) = 57.08%
R=0.83%
G=42.08%
B=57.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21011370.990.2600.4619697.1227.25
Hex26589631A02Ec4611b
Octal21452111433205630414133
Binary10110010110001001110001111010010111011000100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026589; }

 p { color: rgb(2,101,137); }

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

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

 a { background-color: rgb(2,101,137); }

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

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

 span { border-color: rgb(2,101,137); }

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