#025475

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

Shades of Blue Lagoon #025475

Tints of Blue Lagoon #025475

Color information

#025475 (or 0x025475) is unknown color: approx Blue Lagoon. HEX triplet: 02, 54 and 75. RGB value is (2,84,117). Sum of RGB (Red+Green+Blue) = 2+84+117=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #025475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025475 is #FDAB8A. Grayscale: #3F3F3F. Windows color (decimal): -16624523 or 7689218. OLE color: 7689218.

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

Color convert

RGB284117-
CMYK0.980.2800.54
HSL197.22º96.64%23.33%-
HSV(B)197.22º98.29%45.88%-
XYZ6.417.6417.97-
YUV63.24158.3384.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 84 (33.20% from 255) = 41.38%
BLUE value IS 117 (46.09% from 255) = 57.64%
R=0.99%
G=41.38%
B=57.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2841170.980.2800.54197.2296.6423.33
Hex25475621C036c56117
Octal21241651423406630514127
Binary1010101001110101110001011100011011011000101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025475; }

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

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

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

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

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

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

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

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