#026488

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

Shades of Blue Lagoon #026488

Tints of Blue Lagoon #026488

Color information

#026488 (or 0x026488) is unknown color: approx Blue Lagoon. HEX triplet: 02, 64 and 88. RGB value is (2,100,136). Sum of RGB (Red+Green+Blue) = 2+100+136=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #026488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026488 is #FD9B77. Grayscale: #4A4A4A. Windows color (decimal): -16620408 or 8938498. OLE color: 8938498.

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

Color convert

RGB2100136-
CMYK0.990.2600.47
HSL196.12º97.1%27.06%-
HSV(B)196.12º98.53%53.33%-
XYZ9.0310.924.92-
YUV74.8162.5376.07-

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.02%
BLUE value IS 136 (53.52% from 255) = 57.14%
R=0.84%
G=42.02%
B=57.14%

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
Decimal21001360.990.2600.47196.1297.127.06
Hex26488631A02Fc4611b
Octal21442101433205730414133
Binary10110010010001000110001111010010111111000100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026488; }

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

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

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

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

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

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

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

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