Html Css Color HEX #025A63 Blue Lagoon

📋 copy color: '#025A63'

red 2 ◦ green 90 ◦ blue 99

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

Shades of Blue Lagoon #025A63

Tints of Blue Lagoon #025A63

RGB

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

 GREEN value IS 90 (35.55% from 255) = 47.12%

 BLUE value IS 99 (39.06% from 255) = 51.83%

R = 1.05%
G = 47.12%
B = 51.83%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#025A63 (or 0x025A63) is known color: Blue Lagoon. HEX triplet: 02, 5A and 63. RGB value is (2,90,99). Sum of RGB (Red+Green+Blue) = 2+90+99=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 90 (35.55% from 255 or 47.12% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #025A63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025A63 is #FDA59C. Grayscale: #404040. Windows color (decimal): -16623005 or 6511106. OLE color: 6511106.

HSL color Cylindrical-coordinate representation of color #025A63: hue angle of 185.57º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025A63 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 2 90 99 -
CMYK 0.98 0.09 0 0.61
HSL 185.57º 0.96% 0.2% -
HSV(B) 185.57º 0.98% 0.39% -
XYZ 5.93 8.23 13.08 -
YUV 64.71 147.35 83.27 -
System Red Green Blue C M Y K H S L
Decimal 2 90 99 0.98 0.09 0 0.61 185.57 0.96 0.2
Hex 2 5A 63 62 9 0 3D BA 60 14
Octal 2 132 143 142 11 0 75 272 140 24
Binary 10 1011010 1100011 1100010 1001 0 111101 10111010 1100000 10100

Color Harmonies of #025A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025A63

Black with #025A63

Text Example


Text Example

White with #025A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025A63; }

 p { color: rgb(2,90,99); }

 H1.HeaderClassName
 {
   color: #025A63;
 }
 .AnyTagClassName
 {
   color: #025A63;
 }
</style>

background-color css

<style>
 a { background-color: #025A63; }

 a { background-color: rgb(2,90,99); }

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

border-color css

<style>
 span { border-color: #025A63; }

 span { border-color: rgb(2,90,99); }

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