Html Css Color HEX #02506D Blue Lagoon

📋 copy color: '#02506D'

red 2 ◦ green 80 ◦ blue 109

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

Shades of Blue Lagoon #02506D

Tints of Blue Lagoon #02506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.88%

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

R = 1.05%
G = 41.88%
B = 57.07%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02506D (or 0x02506D) is known color: Blue Lagoon. HEX triplet: 02, 50 and 6D. RGB value is (2,80,109). Sum of RGB (Red+Green+Blue) = 2+80+109=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #02506D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02506D is #FDAF92. Grayscale: #3B3B3B. Windows color (decimal): -16625555 or 7163906. OLE color: 7163906.

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

Color convert

RGB 2 80 109 -
CMYK 0.98 0.27 0 0.57
HSL 196.26º 0.96% 0.22% -
HSV(B) 196.26º 0.98% 0.43% -
XYZ 5.65 6.85 15.49 -
YUV 59.98 155.66 86.64 -
System Red Green Blue C M Y K H S L
Decimal 2 80 109 0.98 0.27 0 0.57 196.26 0.96 0.22
Hex 2 50 6D 62 1B 0 39 C4 60 16
Octal 2 120 155 142 33 0 71 304 140 26
Binary 10 1010000 1101101 1100010 11011 0 111001 11000100 1100000 10110

Color Harmonies of #02506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02506D

Black with #02506D

Text Example


Text Example

White with #02506D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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