Html Css Color HEX #024F63 Blue Lagoon

📋 copy color: '#024F63'

red 2 ◦ green 79 ◦ blue 99

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

Shades of Blue Lagoon #024F63

Tints of Blue Lagoon #024F63

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.89%

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

R = 1.11%
G = 43.89%
B = 55%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#024F63 (or 0x024F63) is known color: Blue Lagoon. HEX triplet: 02, 4F and 63. RGB value is (2,79,99). Sum of RGB (Red+Green+Blue) = 2+79+99=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 99 (39.06% from 255 or 55% from 180); Max value from RGB is 99 - color contains mainly: blue. Hex color #024F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F63 is #FDB09C. Grayscale: #3A3A3A. Windows color (decimal): -16625821 or 6508290. OLE color: 6508290.

HSL color Cylindrical-coordinate representation of color #024F63: hue angle of 192.37º 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 #024F63 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 2 79 99 -
CMYK 0.98 0.20 0 0.61
HSL 192.37º 0.96% 0.2% -
HSV(B) 192.37º 0.98% 0.39% -
XYZ 5.07 6.51 12.79 -
YUV 58.26 150.99 87.87 -
System Red Green Blue C M Y K H S L
Decimal 2 79 99 0.98 0.20 0 0.61 192.37 0.96 0.2
Hex 2 4F 63 62 14 0 3D C0 60 14
Octal 2 117 143 142 24 0 75 300 140 24
Binary 10 1001111 1100011 1100010 10100 0 111101 11000000 1100000 10100

Color Harmonies of #024F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F63

Black with #024F63

Text Example


Text Example

White with #024F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024F63; }

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

 H1.HeaderClassName
 {
   color: #024F63;
 }
 .AnyTagClassName
 {
   color: #024F63;
 }
</style>

background-color css

<style>
 a { background-color: #024F63; }

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

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

border-color css

<style>
 span { border-color: #024F63; }

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

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