#025B68

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

Shades of Blue Lagoon #025B68

Tints of Blue Lagoon #025B68

Color information

#025B68 (or 0x025B68) is unknown color: approx Blue Lagoon. HEX triplet: 02, 5B and 68. RGB value is (2,91,104). Sum of RGB (Red+Green+Blue) = 2+91+104=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 91 (35.94% from 255 or 46.19% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #025B68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025B68 is #FDA497. Grayscale: #414141. Windows color (decimal): -16622744 or 6839042. OLE color: 6839042.

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

Color convert

RGB291104-
CMYK0.980.1200.59
HSL187.65º96.23%20.78%-
HSV(B)187.65º98.08%40.78%-
XYZ6.268.4914.41-
YUV65.87149.5182.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 91 (35.94% from 255) = 46.19%
BLUE value IS 104 (41.02% from 255) = 52.79%
R=1.02%
G=46.19%
B=52.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2911040.980.1200.59187.6596.2320.78
Hex25B6862C03Bbc6015
Octal21331501421407327414025
Binary101011011110100011000101100011101110111100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025B68; }

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

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

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

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

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

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

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

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