#025869

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

Shades of Blue Lagoon #025869

Tints of Blue Lagoon #025869

Color information

#025869 (or 0x025869) is unknown color: approx Blue Lagoon. HEX triplet: 02, 58 and 69. RGB value is (2,88,105). Sum of RGB (Red+Green+Blue) = 2+88+105=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #025869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025869 is #FDA796. Grayscale: #404040. Windows color (decimal): -16623511 or 6903810. OLE color: 6903810.

HSL color Cylindrical-coordinate representation of color #025869: hue angle of 189.9º 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 #025869 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB288105-
CMYK0.980.1600.59
HSL189.9º96.26%20.98%-
HSV(B)189.9º98.1%41.18%-
XYZ6.068.0114.59-
YUV64.22151.0183.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 88 (34.77% from 255) = 45.13%
BLUE value IS 105 (41.41% from 255) = 53.85%
R=1.03%
G=45.13%
B=53.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2881050.980.1600.59189.996.2620.98
Hex25869621003Bbe6015
Octal21301511422007327614025
Binary1010110001101001110001010000011101110111110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025869; }

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

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

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

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

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

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

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

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