Html Css Color HEX #02566B Blue Lagoon

📋 copy color: '#02566B'

red 2 ◦ green 86 ◦ blue 107

#02566B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #02566B

Tints of Blue Lagoon #02566B

RGB

 RED value IS 2 (1.17% from 255) = 1.03%

 GREEN value IS 86 (33.98% from 255) = 44.1%

 BLUE value IS 107 (42.19% from 255) = 54.87%

R = 1.03%
G = 44.1%
B = 54.87%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02566B (or 0x02566B) is known color: Blue Lagoon. HEX triplet: 02, 56 and 6B. RGB value is (2,86,107). Sum of RGB (Red+Green+Blue) = 2+86+107=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #02566B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02566B is #FDA994. Grayscale: #3F3F3F. Windows color (decimal): -16624021 or 7034370. OLE color: 7034370.

HSL color Cylindrical-coordinate representation of color #02566B: hue angle of 192º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02566B is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 86 107 -
CMYK 0.98 0.20 0 0.58
HSL 192º 0.96% 0.21% -
HSV(B) 192º 0.98% 0.42% -
XYZ 6.01 7.73 15.09 -
YUV 63.28 152.67 84.29 -
System Red Green Blue C M Y K H S L
Decimal 2 86 107 0.98 0.20 0 0.58 192 0.96 0.21
Hex 2 56 6B 62 14 0 3A C0 60 15
Octal 2 126 153 142 24 0 72 300 140 25
Binary 10 1010110 1101011 1100010 10100 0 111010 11000000 1100000 10101

Color Harmonies of #02566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02566B

Black with #02566B

Text Example


Text Example

White with #02566B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02566B;
 }
 .AnyTagClassName
 {
   color: #02566B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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