#025065

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

Shades of Blue Lagoon #025065

Tints of Blue Lagoon #025065

Color information

#025065 (or 0x025065) is unknown color: approx Blue Lagoon. HEX triplet: 02, 50 and 65. RGB value is (2,80,101). Sum of RGB (Red+Green+Blue) = 2+80+101=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #025065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025065 is #FDAF9A. Grayscale: #3A3A3A. Windows color (decimal): -16625563 or 6639618. OLE color: 6639618.

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

Color convert

RGB280101-
CMYK0.980.2100.60
HSL192.73º96.12%20.2%-
HSV(B)192.73º98.02%39.61%-
XYZ5.246.6913.33-
YUV59.07151.6687.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 80 (31.64% from 255) = 43.72%
BLUE value IS 101 (39.84% from 255) = 55.19%
R=1.09%
G=43.72%
B=55.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2801010.980.2100.60192.7396.1220.2
Hex25065621503Cc16014
Octal21201451422507430114024
Binary1010100001100101110001010101011110011000001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025065; }

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

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

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

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

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

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

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

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