#025673

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

Shades of Blue Lagoon #025673

Tints of Blue Lagoon #025673

Color information

#025673 (or 0x025673) is unknown color: approx Blue Lagoon. HEX triplet: 02, 56 and 73. RGB value is (2,86,115). Sum of RGB (Red+Green+Blue) = 2+86+115=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #025673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025673 is #FDA98C. Grayscale: #3F3F3F. Windows color (decimal): -16624013 or 7558658. OLE color: 7558658.

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

Color convert

RGB286115-
CMYK0.980.2500.55
HSL195.4º96.58%22.94%-
HSV(B)195.4º98.26%45.1%-
XYZ6.457.9117.41-
YUV64.19156.6783.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 86 (33.98% from 255) = 42.36%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=0.99%
G=42.36%
B=56.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2861150.980.2500.55195.496.5822.94
Hex256736219037c36117
Octal21261631423106730314127
Binary1010101101110011110001011001011011111000011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025673; }

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

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

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

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

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

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

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

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