Html Css Color HEX #02516A Blue Lagoon

📋 copy color: '#02516A'

red 2 ◦ green 81 ◦ blue 106

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

Shades of Blue Lagoon #02516A

Tints of Blue Lagoon #02516A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 56.08%

R = 1.06%
G = 42.86%
B = 56.08%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02516A (or 0x02516A) is known color: Blue Lagoon. HEX triplet: 02, 51 and 6A. RGB value is (2,81,106). Sum of RGB (Red+Green+Blue) = 2+81+106=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 106 (41.80% from 255 or 56.08% from 189); Max value from RGB is 106 - color contains mainly: blue. Hex color #02516A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02516A is #FDAE95. Grayscale: #3C3C3C. Windows color (decimal): -16625302 or 6967554. OLE color: 6967554.

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

Color convert

RGB 2 81 106 -
CMYK 0.98 0.24 0 0.58
HSL 194.42º 0.96% 0.21% -
HSV(B) 194.42º 0.98% 0.42% -
XYZ 5.57 6.94 14.68 -
YUV 60.23 153.83 86.47 -
System Red Green Blue C M Y K H S L
Decimal 2 81 106 0.98 0.24 0 0.58 194.42 0.96 0.21
Hex 2 51 6A 62 18 0 3A C2 60 15
Octal 2 121 152 142 30 0 72 302 140 25
Binary 10 1010001 1101010 1100010 11000 0 111010 11000010 1100000 10101

Color Harmonies of #02516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02516A

Black with #02516A

Text Example


Text Example

White with #02516A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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