#025568

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

Shades of Blue Lagoon #025568

Tints of Blue Lagoon #025568

Color information

#025568 (or 0x025568) is unknown color: approx Blue Lagoon. HEX triplet: 02, 55 and 68. RGB value is (2,85,104). Sum of RGB (Red+Green+Blue) = 2+85+104=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #025568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025568 is #FDAA97. Grayscale: #3E3E3E. Windows color (decimal): -16624280 or 6837506. OLE color: 6837506.

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

Color convert

RGB285104-
CMYK0.980.1800.59
HSL191.18º96.23%20.78%-
HSV(B)191.18º98.08%40.78%-
XYZ5.777.5114.24-
YUV62.35151.584.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 85 (33.59% from 255) = 44.50%
BLUE value IS 104 (41.02% from 255) = 54.45%
R=1.05%
G=44.50%
B=54.45%

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
Decimal2851040.980.1800.59191.1896.2320.78
Hex25568621203Bbf6015
Octal21251501422207327714025
Binary1010101011101000110001010010011101110111111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025568; }

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

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

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

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

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

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

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

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