#025162

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

Shades of Blue Lagoon #025162

Tints of Blue Lagoon #025162

Color information

#025162 (or 0x025162) is unknown color: approx Blue Lagoon. HEX triplet: 02, 51 and 62. RGB value is (2,81,98). Sum of RGB (Red+Green+Blue) = 2+81+98=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #025162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025162 is #FDAE9D. Grayscale: #3B3B3B. Windows color (decimal): -16625310 or 6443266. OLE color: 6443266.

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

Color convert

RGB28198-
CMYK0.980.1700.62
HSL190.62º96%19.61%-
HSV(B)190.62º97.96%38.43%-
XYZ5.176.7812.59-
YUV59.32149.8387.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 81 (32.03% from 255) = 44.75%
BLUE value IS 98 (38.67% from 255) = 54.14%
R=1.10%
G=44.75%
B=54.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal281980.980.1700.62190.629619.61
Hex25162621103Ebf6014
Octal21211421422107627714024
Binary1010100011100010110001010001011111010111111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025162; }

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

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

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

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

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

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

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

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