#025164

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

Shades of Blue Lagoon #025164

Tints of Blue Lagoon #025164

Color information

#025164 (or 0x025164) is unknown color: approx Blue Lagoon. HEX triplet: 02, 51 and 64. RGB value is (2,81,100). Sum of RGB (Red+Green+Blue) = 2+81+100=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 100 (39.45% from 255 or 54.64% from 183); Max value from RGB is 100 - color contains mainly: blue. Hex color #025164 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025164 is #FDAE9B. Grayscale: #3B3B3B. Windows color (decimal): -16625308 or 6574338. OLE color: 6574338.

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

Color convert

RGB281100-
CMYK0.980.1900.61
HSL191.63º96.08%20%-
HSV(B)191.63º98%39.22%-
XYZ5.276.8213.09-
YUV59.54150.8386.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 81 (32.03% from 255) = 44.26%
BLUE value IS 100 (39.45% from 255) = 54.64%
R=1.09%
G=44.26%
B=54.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2811000.980.1900.61191.6396.0820
Hex25164621303Dc06014
Octal21211441422307530014024
Binary1010100011100100110001010011011110111000000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025164; }

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

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

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

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

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

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

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

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