#02566F

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

Shades of Blue Lagoon #02566F

Tints of Blue Lagoon #02566F

Color information

#02566F (or 0x02566F) is unknown color: approx Blue Lagoon. HEX triplet: 02, 56 and 6F. RGB value is (2,86,111). Sum of RGB (Red+Green+Blue) = 2+86+111=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #02566F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02566F is #FDA990. Grayscale: #3F3F3F. Windows color (decimal): -16624017 or 7296514. OLE color: 7296514.

HSL color Cylindrical-coordinate representation of color #02566F: hue angle of 193.76º 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 #02566F is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB286111-
CMYK0.980.2300.56
HSL193.76º96.46%22.16%-
HSV(B)193.76º98.2%43.53%-
XYZ6.227.8216.22-
YUV63.73154.6783.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 86 (33.98% from 255) = 43.22%
BLUE value IS 111 (43.75% from 255) = 55.78%
R=1.01%
G=43.22%
B=55.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2861110.980.2300.56193.7696.4622.16
Hex2566F6217038c26016
Octal21261571422707030214026
Binary1010101101101111110001010111011100011000010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02566F; }

 p { color: rgb(2,86,111); }

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

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

 a { background-color: rgb(2,86,111); }

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

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

 span { border-color: rgb(2,86,111); }

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