Html Css Color HEX #02516D Blue Lagoon

📋 copy color: '#02516D'

red 2 ◦ green 81 ◦ blue 109

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

Shades of Blue Lagoon #02516D

Tints of Blue Lagoon #02516D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.19%

 BLUE value IS 109 (42.97% from 255) = 56.77%

R = 1.04%
G = 42.19%
B = 56.77%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02516D (or 0x02516D) is known color: Blue Lagoon. HEX triplet: 02, 51 and 6D. RGB value is (2,81,109). Sum of RGB (Red+Green+Blue) = 2+81+109=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #02516D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02516D is #FDAE92. Grayscale: #3C3C3C. Windows color (decimal): -16625299 or 7164162. OLE color: 7164162.

HSL color Cylindrical-coordinate representation of color #02516D: hue angle of 195.7º 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 #02516D is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 2 81 109 -
CMYK 0.98 0.26 0 0.57
HSL 195.7º 0.96% 0.22% -
HSV(B) 195.7º 0.98% 0.43% -
XYZ 5.73 7 15.52 -
YUV 60.57 155.33 86.22 -
System Red Green Blue C M Y K H S L
Decimal 2 81 109 0.98 0.26 0 0.57 195.7 0.96 0.22
Hex 2 51 6D 62 1A 0 39 C4 60 16
Octal 2 121 155 142 32 0 71 304 140 26
Binary 10 1010001 1101101 1100010 11010 0 111001 11000100 1100000 10110

Color Harmonies of #02516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02516D

Black with #02516D

Text Example


Text Example

White with #02516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02516D; }

 p { color: rgb(2,81,109); }

 H1.HeaderClassName
 {
   color: #02516D;
 }
 .AnyTagClassName
 {
   color: #02516D;
 }
</style>

background-color css

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

 a { background-color: rgb(2,81,109); }

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

border-color css

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

 span { border-color: rgb(2,81,109); }

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