Html Css Color HEX #02526B Blue Lagoon

📋 copy color: '#02526B'

red 2 ◦ green 82 ◦ blue 107

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

Shades of Blue Lagoon #02526B

Tints of Blue Lagoon #02526B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.93%

 BLUE value IS 107 (42.19% from 255) = 56.02%

R = 1.05%
G = 42.93%
B = 56.02%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02526B (or 0x02526B) is known color: Blue Lagoon. HEX triplet: 02, 52 and 6B. RGB value is (2,82,107). Sum of RGB (Red+Green+Blue) = 2+82+107=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 107 (42.19% from 255 or 56.02% from 191); Max value from RGB is 107 - color contains mainly: blue. Hex color #02526B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02526B is #FDAD94. Grayscale: #3C3C3C. Windows color (decimal): -16625045 or 7033346. OLE color: 7033346.

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

Color convert

RGB 2 82 107 -
CMYK 0.98 0.23 0 0.58
HSL 194.29º 0.96% 0.21% -
HSV(B) 194.29º 0.98% 0.42% -
XYZ 5.7 7.11 14.98 -
YUV 60.93 154 85.97 -
System Red Green Blue C M Y K H S L
Decimal 2 82 107 0.98 0.23 0 0.58 194.29 0.96 0.21
Hex 2 52 6B 62 17 0 3A C2 60 15
Octal 2 122 153 142 27 0 72 302 140 25
Binary 10 1010010 1101011 1100010 10111 0 111010 11000010 1100000 10101

Color Harmonies of #02526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02526B

Black with #02526B

Text Example


Text Example

White with #02526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02526B; }

 p { color: rgb(2,82,107); }

 H1.HeaderClassName
 {
   color: #02526B;
 }
 .AnyTagClassName
 {
   color: #02526B;
 }
</style>

background-color css

<style>
 a { background-color: #02526B; }

 a { background-color: rgb(2,82,107); }

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

border-color css

<style>
 span { border-color: #02526B; }

 span { border-color: rgb(2,82,107); }

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