#02628E

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

Shades of Blue Lagoon #02628E

Tints of Blue Lagoon #02628E

Color information

#02628E (or 0x02628E) is unknown color: approx Blue Lagoon. HEX triplet: 02, 62 and 8E. RGB value is (2,98,142). Sum of RGB (Red+Green+Blue) = 2+98+142=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #02628E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02628E is #FD9D71. Grayscale: #4A4A4A. Windows color (decimal): -16620914 or 9331202. OLE color: 9331202.

HSL color Cylindrical-coordinate representation of color #02628E: hue angle of 198.86º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02628E is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB298142-
CMYK0.990.3100.44
HSL198.86º97.22%28.24%-
HSV(B)198.86º98.59%55.69%-
XYZ9.2810.727.17-
YUV74.31166.276.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 98 (38.67% from 255) = 40.50%
BLUE value IS 142 (55.86% from 255) = 58.68%
R=0.83%
G=40.50%
B=58.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2981420.990.3100.44198.8697.2228.24
Hex2628E631F02Cc7611c
Octal21422161433705430714134
Binary10110001010001110110001111111010110011000111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02628E; }

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

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

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

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

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

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

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

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