#025465

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

Shades of Blue Lagoon #025465

Tints of Blue Lagoon #025465

Color information

#025465 (or 0x025465) is unknown color: approx Blue Lagoon. HEX triplet: 02, 54 and 65. RGB value is (2,84,101). Sum of RGB (Red+Green+Blue) = 2+84+101=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #025465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025465 is #FDAB9A. Grayscale: #3D3D3D. Windows color (decimal): -16624539 or 6640642. OLE color: 6640642.

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

Color convert

RGB284101-
CMYK0.980.1700.60
HSL190.3º96.12%20.2%-
HSV(B)190.3º98.02%39.61%-
XYZ5.547.2913.43-
YUV61.42150.3385.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.07%
GREEN value IS 84 (33.20% from 255) = 44.92%
BLUE value IS 101 (39.84% from 255) = 54.01%
R=1.07%
G=44.92%
B=54.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2841010.980.1700.60190.396.1220.2
Hex25465621103Cbe6014
Octal21241451422107427614024
Binary1010101001100101110001010001011110010111110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025465; }

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

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

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

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

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

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

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

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