#025170

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

Shades of Blue Lagoon #025170

Tints of Blue Lagoon #025170

Color information

#025170 (or 0x025170) is unknown color: approx Blue Lagoon. HEX triplet: 02, 51 and 70. RGB value is (2,81,112). Sum of RGB (Red+Green+Blue) = 2+81+112=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #025170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025170 is #FDAE8F. Grayscale: #3C3C3C. Windows color (decimal): -16625296 or 7360770. OLE color: 7360770.

HSL color Cylindrical-coordinate representation of color #025170: hue angle of 196.91º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025170 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB281112-
CMYK0.980.2800.56
HSL196.91º96.49%22.35%-
HSV(B)196.91º98.21%43.92%-
XYZ5.897.0716.38-
YUV60.91156.8385.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 81 (32.03% from 255) = 41.54%
BLUE value IS 112 (44.14% from 255) = 57.44%
R=1.03%
G=41.54%
B=57.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2811120.980.2800.56196.9196.4922.35
Hex25170621C038c56016
Octal21211601423407030514026
Binary1010100011110000110001011100011100011000101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025170; }

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

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

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

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

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

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

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

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