#025166

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

Shades of Blue Lagoon #025166

Tints of Blue Lagoon #025166

Color information

#025166 (or 0x025166) is unknown color: approx Blue Lagoon. HEX triplet: 02, 51 and 66. RGB value is (2,81,102). Sum of RGB (Red+Green+Blue) = 2+81+102=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #025166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025166 is #FDAE99. Grayscale: #3B3B3B. Windows color (decimal): -16625306 or 6705410. OLE color: 6705410.

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

Color convert

RGB281102-
CMYK0.980.2100.6
HSL192.6º96.15%20.39%-
HSV(B)192.6º98.04%40%-
XYZ5.376.8613.61-
YUV59.77151.8386.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 81 (32.03% from 255) = 43.78%
BLUE value IS 102 (40.23% from 255) = 55.14%
R=1.08%
G=43.78%
B=55.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2811020.980.2100.6192.696.1520.39
Hex25166621503Cc16014
Octal21211461422507430114024
Binary1010100011100110110001010101011110011000001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025166; }

 p { color: rgb(2,81,102); }

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

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

 a { background-color: rgb(2,81,102); }

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

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

 span { border-color: rgb(2,81,102); }

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