#025268

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

Shades of Blue Lagoon #025268

Tints of Blue Lagoon #025268

Color information

#025268 (or 0x025268) is unknown color: approx Blue Lagoon. HEX triplet: 02, 52 and 68. RGB value is (2,82,104). Sum of RGB (Red+Green+Blue) = 2+82+104=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #025268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025268 is #FDAD97. Grayscale: #3C3C3C. Windows color (decimal): -16625048 or 6836738. OLE color: 6836738.

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

Color convert

RGB282104-
CMYK0.980.2100.59
HSL192.94º96.23%20.78%-
HSV(B)192.94º98.08%40.78%-
XYZ5.547.0514.16-
YUV60.59152.586.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 104 (41.02% from 255) = 55.32%
R=1.06%
G=43.62%
B=55.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2821040.980.2100.59192.9496.2320.78
Hex25268621503Bc16015
Octal21221501422507330114025
Binary1010100101101000110001010101011101111000001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025268; }

 p { color: rgb(2,82,104); }

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

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

 a { background-color: rgb(2,82,104); }

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

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

 span { border-color: rgb(2,82,104); }

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