Html Css Color HEX #02566C Blue Lagoon

📋 copy color: '#02566C'

red 2 ◦ green 86 ◦ blue 108

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

Shades of Blue Lagoon #02566C

Tints of Blue Lagoon #02566C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 55.1%

R = 1.02%
G = 43.88%
B = 55.1%

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

#02566C (or 0x02566C) is known color: Blue Lagoon. HEX triplet: 02, 56 and 6C. RGB value is (2,86,108). Sum of RGB (Red+Green+Blue) = 2+86+108=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #02566C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02566C is #FDA993. Grayscale: #3F3F3F. Windows color (decimal): -16624020 or 7099906. OLE color: 7099906.

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

Color convert

RGB 2 86 108 -
CMYK 0.98 0.20 0 0.58
HSL 192.45º 0.96% 0.22% -
HSV(B) 192.45º 0.98% 0.42% -
XYZ 6.06 7.75 15.36 -
YUV 63.39 153.17 84.21 -
System Red Green Blue C M Y K H S L
Decimal 2 86 108 0.98 0.20 0 0.58 192.45 0.96 0.22
Hex 2 56 6C 62 14 0 3A C0 60 16
Octal 2 126 154 142 24 0 72 300 140 26
Binary 10 1010110 1101100 1100010 10100 0 111010 11000000 1100000 10110

Color Harmonies of #02566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02566C

Black with #02566C

Text Example


Text Example

White with #02566C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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