#02628A

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

Shades of Blue Lagoon #02628A

Tints of Blue Lagoon #02628A

Color information

#02628A (or 0x02628A) is unknown color: approx Blue Lagoon. HEX triplet: 02, 62 and 8A. RGB value is (2,98,138). Sum of RGB (Red+Green+Blue) = 2+98+138=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 138 (54.30% from 255 or 57.98% from 238); Max value from RGB is 138 - color contains mainly: blue. Hex color #02628A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02628A is #FD9D75. Grayscale: #494949. Windows color (decimal): -16620918 or 9069058. OLE color: 9069058.

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

Color convert

RGB298138-
CMYK0.990.2900.46
HSL197.65º97.14%27.45%-
HSV(B)197.65º98.55%54.12%-
XYZ8.9810.5825.61-
YUV73.86164.276.75-

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.18%
BLUE value IS 138 (54.30% from 255) = 57.98%
R=0.84%
G=41.18%
B=57.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2981380.990.2900.46197.6597.1427.45
Hex2628A631D02Ec6611b
Octal21422121433505630614133
Binary10110001010001010110001111101010111011000110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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