#025668

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

Shades of Blue Lagoon #025668

Tints of Blue Lagoon #025668

Color information

#025668 (or 0x025668) is unknown color: approx Blue Lagoon. HEX triplet: 02, 56 and 68. RGB value is (2,86,104). Sum of RGB (Red+Green+Blue) = 2+86+104=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #025668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025668 is #FDA997. Grayscale: #3E3E3E. Windows color (decimal): -16624024 or 6837762. OLE color: 6837762.

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

Color convert

RGB286104-
CMYK0.980.1700.59
HSL190.59º96.23%20.78%-
HSV(B)190.59º98.08%40.78%-
XYZ5.857.6714.27-
YUV62.94151.1784.54-

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.79%
BLUE value IS 104 (41.02% from 255) = 54.17%
R=1.04%
G=44.79%
B=54.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2861040.980.1700.59190.5996.2320.78
Hex25668621103Bbf6015
Octal21261501422107327714025
Binary1010101101101000110001010001011101110111111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025668; }

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

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

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

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

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

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

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

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