#025675

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

Shades of Blue Lagoon #025675

Tints of Blue Lagoon #025675

Color information

#025675 (or 0x025675) is unknown color: approx Blue Lagoon. HEX triplet: 02, 56 and 75. RGB value is (2,86,117). Sum of RGB (Red+Green+Blue) = 2+86+117=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #025675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025675 is #FDA98A. Grayscale: #404040. Windows color (decimal): -16624011 or 7689730. OLE color: 7689730.

HSL color Cylindrical-coordinate representation of color #025675: hue angle of 196.17º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025675 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB286117-
CMYK0.980.2600.54
HSL196.17º96.64%23.33%-
HSV(B)196.17º98.29%45.88%-
XYZ6.567.9518.02-
YUV64.42157.6783.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 117 (46.09% from 255) = 57.07%
R=0.98%
G=41.95%
B=57.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2861170.980.2600.54196.1796.6423.33
Hex25675621A036c46117
Octal21261651423206630414127
Binary1010101101110101110001011010011011011000100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025675; }

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

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

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

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

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

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

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

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