Html Css Color HEX #02597C Blue Lagoon

📋 copy color: '#02597C'

red 2 ◦ green 89 ◦ blue 124

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

Shades of Blue Lagoon #02597C

Tints of Blue Lagoon #02597C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.4%

 BLUE value IS 124 (48.83% from 255) = 57.67%

R = 0.93%
G = 41.4%
B = 57.67%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02597C (or 0x02597C) is known color: Blue Lagoon. HEX triplet: 02, 59 and 7C. RGB value is (2,89,124). Sum of RGB (Red+Green+Blue) = 2+89+124=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #02597C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02597C is #FDA683. Grayscale: #424242. Windows color (decimal): -16623236 or 8149250. OLE color: 8149250.

HSL color Cylindrical-coordinate representation of color #02597C: hue angle of 197.21º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02597C is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 89 124 -
CMYK 0.98 0.28 0 0.51
HSL 197.21º 0.97% 0.25% -
HSV(B) 197.21º 0.98% 0.49% -
XYZ 7.24 8.61 20.35 -
YUV 66.98 160.18 81.65 -
System Red Green Blue C M Y K H S L
Decimal 2 89 124 0.98 0.28 0 0.51 197.21 0.97 0.25
Hex 2 59 7C 62 1C 0 33 C5 61 19
Octal 2 131 174 142 34 0 63 305 141 31
Binary 10 1011001 1111100 1100010 11100 0 110011 11000101 1100001 11001

Color Harmonies of #02597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02597C

Black with #02597C

Text Example


Text Example

White with #02597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02597C; }

 p { color: rgb(2,89,124); }

 H1.HeaderClassName
 {
   color: #02597C;
 }
 .AnyTagClassName
 {
   color: #02597C;
 }
</style>

background-color css

<style>
 a { background-color: #02597C; }

 a { background-color: rgb(2,89,124); }

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

border-color css

<style>
 span { border-color: #02597C; }

 span { border-color: rgb(2,89,124); }

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