#025767

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

Shades of Blue Lagoon #025767

Tints of Blue Lagoon #025767

Color information

#025767 (or 0x025767) is unknown color: approx Blue Lagoon. HEX triplet: 02, 57 and 67. RGB value is (2,87,103). Sum of RGB (Red+Green+Blue) = 2+87+103=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 103 (40.62% from 255 or 53.65% from 192); Max value from RGB is 103 - color contains mainly: blue. Hex color #025767 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025767 is #FDA898. Grayscale: #3F3F3F. Windows color (decimal): -16623769 or 6772482. OLE color: 6772482.

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

Color convert

RGB287103-
CMYK0.980.1600.60
HSL189.5º96.19%20.59%-
HSV(B)189.5º98.06%40.39%-
XYZ5.887.8114.03-
YUV63.41150.3484.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 87 (34.38% from 255) = 45.31%
BLUE value IS 103 (40.62% from 255) = 53.65%
R=1.04%
G=45.31%
B=53.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2871030.980.1600.60189.596.1920.59
Hex25767621003Cbe6015
Octal21271471422007427614025
Binary1010101111100111110001010000011110010111110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025767; }

 p { color: rgb(2,87,103); }

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

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

 a { background-color: rgb(2,87,103); }

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

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

 span { border-color: rgb(2,87,103); }

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