#026289

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

Shades of Blue Lagoon #026289

Tints of Blue Lagoon #026289

Color information

#026289 (or 0x026289) is unknown color: approx Blue Lagoon. HEX triplet: 02, 62 and 89. RGB value is (2,98,137). Sum of RGB (Red+Green+Blue) = 2+98+137=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 137 (53.91% from 255 or 57.81% from 237); Max value from RGB is 137 - color contains mainly: blue. Hex color #026289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026289 is #FD9D76. Grayscale: #494949. Windows color (decimal): -16620919 or 9003522. OLE color: 9003522.

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

Color convert

RGB298137-
CMYK0.990.2800.46
HSL197.33º97.12%27.25%-
HSV(B)197.33º98.54%53.73%-
XYZ8.9110.5525.23-
YUV73.74163.776.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 98 (38.67% from 255) = 41.35%
BLUE value IS 137 (53.91% from 255) = 57.81%
R=0.84%
G=41.35%
B=57.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2981370.990.2800.46197.3397.1227.25
Hex26289631C02Ec5611b
Octal21422111433405630514133
Binary10110001010001001110001111100010111011000101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026289; }

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

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

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

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

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

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

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

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