#025A69

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

Shades of Blue Lagoon #025A69

Tints of Blue Lagoon #025A69

Color information

#025A69 (or 0x025A69) is unknown color: approx Blue Lagoon. HEX triplet: 02, 5A and 69. RGB value is (2,90,105). Sum of RGB (Red+Green+Blue) = 2+90+105=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #025A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025A69 is #FDA596. Grayscale: #414141. Windows color (decimal): -16622999 or 6904322. OLE color: 6904322.

HSL color Cylindrical-coordinate representation of color #025A69: hue angle of 188.74º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025A69 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB290105-
CMYK0.980.1400.59
HSL188.74º96.26%20.98%-
HSV(B)188.74º98.1%41.18%-
XYZ6.238.3514.65-
YUV65.4150.3582.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 90 (35.55% from 255) = 45.69%
BLUE value IS 105 (41.41% from 255) = 53.30%
R=1.02%
G=45.69%
B=53.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2901050.980.1400.59188.7496.2620.98
Hex25A6962E03Bbd6015
Octal21321511421607327514025
Binary101011010110100111000101110011101110111101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025A69; }

 p { color: rgb(2,90,105); }

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

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

 a { background-color: rgb(2,90,105); }

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

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

 span { border-color: rgb(2,90,105); }

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