Html Css Color HEX #024F64 Blue Lagoon

📋 copy color: '#024F64'

red 2 ◦ green 79 ◦ blue 100

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

Shades of Blue Lagoon #024F64

Tints of Blue Lagoon #024F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 55.25%

R = 1.1%
G = 43.65%
B = 55.25%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#024F64 (or 0x024F64) is known color: Blue Lagoon. HEX triplet: 02, 4F and 64. RGB value is (2,79,100). Sum of RGB (Red+Green+Blue) = 2+79+100=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 100 (39.45% from 255 or 55.25% from 181); Max value from RGB is 100 - color contains mainly: blue. Hex color #024F64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F64 is #FDB09B. Grayscale: #3A3A3A. Windows color (decimal): -16625820 or 6573826. OLE color: 6573826.

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

Color convert

RGB 2 79 100 -
CMYK 0.98 0.21 0 0.61
HSL 192.86º 0.96% 0.2% -
HSV(B) 192.86º 0.98% 0.39% -
XYZ 5.12 6.52 13.05 -
YUV 58.37 151.49 87.79 -
System Red Green Blue C M Y K H S L
Decimal 2 79 100 0.98 0.21 0 0.61 192.86 0.96 0.2
Hex 2 4F 64 62 15 0 3D C1 60 14
Octal 2 117 144 142 25 0 75 301 140 24
Binary 10 1001111 1100100 1100010 10101 0 111101 11000001 1100000 10100

Color Harmonies of #024F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F64

Black with #024F64

Text Example


Text Example

White with #024F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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