Html Css Color HEX #02526E Blue Lagoon

📋 copy color: '#02526E'

red 2 ◦ green 82 ◦ blue 110

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

Shades of Blue Lagoon #02526E

Tints of Blue Lagoon #02526E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 56.7%

R = 1.03%
G = 42.27%
B = 56.7%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02526E (or 0x02526E) is known color: Blue Lagoon. HEX triplet: 02, 52 and 6E. RGB value is (2,82,110). Sum of RGB (Red+Green+Blue) = 2+82+110=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #02526E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02526E is #FDAD91. Grayscale: #3D3D3D. Windows color (decimal): -16625042 or 7229954. OLE color: 7229954.

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

Color convert

RGB 2 82 110 -
CMYK 0.98 0.25 0 0.57
HSL 195.56º 0.96% 0.22% -
HSV(B) 195.56º 0.98% 0.43% -
XYZ 5.86 7.17 15.83 -
YUV 61.27 155.5 85.72 -
System Red Green Blue C M Y K H S L
Decimal 2 82 110 0.98 0.25 0 0.57 195.56 0.96 0.22
Hex 2 52 6E 62 19 0 39 C4 60 16
Octal 2 122 156 142 31 0 71 304 140 26
Binary 10 1010010 1101110 1100010 11001 0 111001 11000100 1100000 10110

Color Harmonies of #02526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02526E

Black with #02526E

Text Example


Text Example

White with #02526E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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