#025669

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

Shades of Blue Lagoon #025669

Tints of Blue Lagoon #025669

Color information

#025669 (or 0x025669) is unknown color: approx Blue Lagoon. HEX triplet: 02, 56 and 69. RGB value is (2,86,105). Sum of RGB (Red+Green+Blue) = 2+86+105=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #025669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025669 is #FDA996. Grayscale: #3E3E3E. Windows color (decimal): -16624023 or 6903298. OLE color: 6903298.

HSL color Cylindrical-coordinate representation of color #025669: hue angle of 191.07º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025669 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB286105-
CMYK0.980.1800.59
HSL191.07º96.26%20.98%-
HSV(B)191.07º98.1%41.18%-
XYZ5.97.6914.54-
YUV63.05151.6784.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 86 (33.98% from 255) = 44.56%
BLUE value IS 105 (41.41% from 255) = 54.40%
R=1.04%
G=44.56%
B=54.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2861050.980.1800.59191.0796.2620.98
Hex25669621203Bbf6015
Octal21261511422207327714025
Binary1010101101101001110001010010011101110111111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025669; }

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

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

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

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

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

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

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

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