#025366

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

Shades of Blue Lagoon #025366

Tints of Blue Lagoon #025366

Color information

#025366 (or 0x025366) is unknown color: approx Blue Lagoon. HEX triplet: 02, 53 and 66. RGB value is (2,83,102). Sum of RGB (Red+Green+Blue) = 2+83+102=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #025366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025366 is #FDAC99. Grayscale: #3C3C3C. Windows color (decimal): -16624794 or 6705922. OLE color: 6705922.

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

Color convert

RGB283102-
CMYK0.980.1900.6
HSL191.4º96.15%20.39%-
HSV(B)191.4º98.04%40%-
XYZ5.527.1613.66-
YUV60.95151.1685.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.07%
GREEN value IS 83 (32.81% from 255) = 44.39%
BLUE value IS 102 (40.23% from 255) = 54.55%
R=1.07%
G=44.39%
B=54.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2831020.980.1900.6191.496.1520.39
Hex25366621303Cbf6014
Octal21231461422307427714024
Binary1010100111100110110001010011011110010111111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025366; }

 p { color: rgb(2,83,102); }

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

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

 a { background-color: rgb(2,83,102); }

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

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

 span { border-color: rgb(2,83,102); }

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