Html Css Color HEX #02616D Blue Lagoon

📋 copy color: '#02616D'

red 2 ◦ green 97 ◦ blue 109

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

Shades of Blue Lagoon #02616D

Tints of Blue Lagoon #02616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.63%

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

R = 0.96%
G = 46.63%
B = 52.4%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02616D (or 0x02616D) is known color: Blue Lagoon. HEX triplet: 02, 61 and 6D. RGB value is (2,97,109). Sum of RGB (Red+Green+Blue) = 2+97+109=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #02616D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02616D is #FD9E92. Grayscale: #454545. Windows color (decimal): -16621203 or 7168258. OLE color: 7168258.

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

Color convert

RGB 2 97 109 -
CMYK 0.98 0.11 0 0.57
HSL 186.73º 0.96% 0.22% -
HSV(B) 186.73º 0.98% 0.43% -
XYZ 7.06 9.67 15.96 -
YUV 69.96 150.03 79.52 -
System Red Green Blue C M Y K H S L
Decimal 2 97 109 0.98 0.11 0 0.57 186.73 0.96 0.22
Hex 2 61 6D 62 B 0 39 BB 60 16
Octal 2 141 155 142 13 0 71 273 140 26
Binary 10 1100001 1101101 1100010 1011 0 111001 10111011 1100000 10110

Color Harmonies of #02616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02616D

Black with #02616D

Text Example


Text Example

White with #02616D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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