#025662

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

Shades of Blue Lagoon #025662

Tints of Blue Lagoon #025662

Color information

#025662 (or 0x025662) is unknown color: approx Blue Lagoon. HEX triplet: 02, 56 and 62. RGB value is (2,86,98). Sum of RGB (Red+Green+Blue) = 2+86+98=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #025662 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025662 is #FDA99D. Grayscale: #3E3E3E. Windows color (decimal): -16624030 or 6444546. OLE color: 6444546.

HSL color Cylindrical-coordinate representation of color #025662: hue angle of 187.5º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025662 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB28698-
CMYK0.980.1200.62
HSL187.5º96%19.61%-
HSV(B)187.5º97.96%38.43%-
XYZ5.567.5512.72-
YUV62.25148.1785.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 86 (33.98% from 255) = 46.24%
BLUE value IS 98 (38.67% from 255) = 52.69%
R=1.08%
G=46.24%
B=52.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal286980.980.1200.62187.59619.61
Hex2566262C03Ebc6014
Octal21261421421407627414024
Binary101010110110001011000101100011111010111100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025662; }

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

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

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

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

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

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

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

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