#02566E

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

Shades of Blue Lagoon #02566E

Tints of Blue Lagoon #02566E

Color information

#02566E (or 0x02566E) is unknown color: approx Blue Lagoon. HEX triplet: 02, 56 and 6E. RGB value is (2,86,110). Sum of RGB (Red+Green+Blue) = 2+86+110=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #02566E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02566E is #FDA991. Grayscale: #3F3F3F. Windows color (decimal): -16624018 or 7230978. OLE color: 7230978.

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

Color convert

RGB286110-
CMYK0.980.2200.57
HSL193.33º96.43%21.96%-
HSV(B)193.33º98.18%43.14%-
XYZ6.177.7915.93-
YUV63.62154.1784.05-

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.43%
BLUE value IS 110 (43.36% from 255) = 55.56%
R=1.01%
G=43.43%
B=55.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2861100.980.2200.57193.3396.4321.96
Hex2566E6216039c16016
Octal21261561422607130114026
Binary1010101101101110110001010110011100111000001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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