Html Css Color HEX #024E65 Blue Lagoon

📋 copy color: '#024E65'

red 2 ◦ green 78 ◦ blue 101

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

Shades of Blue Lagoon #024E65

Tints of Blue Lagoon #024E65

RGB

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

 GREEN value IS 78 (30.86% from 255) = 43.09%

 BLUE value IS 101 (39.84% from 255) = 55.8%

R = 1.1%
G = 43.09%
B = 55.8%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#024E65 (or 0x024E65) is known color: Blue Lagoon. HEX triplet: 02, 4E and 65. RGB value is (2,78,101). Sum of RGB (Red+Green+Blue) = 2+78+101=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 101 (39.84% from 255 or 55.80% from 181); Max value from RGB is 101 - color contains mainly: blue. Hex color #024E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E65 is #FDB19A. Grayscale: #393939. Windows color (decimal): -16626075 or 6639106. OLE color: 6639106.

HSL color Cylindrical-coordinate representation of color #024E65: hue angle of 193.94º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024E65 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 78 101 -
CMYK 0.98 0.23 0 0.60
HSL 193.94º 0.96% 0.2% -
HSV(B) 193.94º 0.98% 0.4% -
XYZ 5.1 6.4 13.28 -
YUV 57.9 152.32 88.13 -
System Red Green Blue C M Y K H S L
Decimal 2 78 101 0.98 0.23 0 0.60 193.94 0.96 0.2
Hex 2 4E 65 62 17 0 3C C2 60 14
Octal 2 116 145 142 27 0 74 302 140 24
Binary 10 1001110 1100101 1100010 10111 0 111100 11000010 1100000 10100

Color Harmonies of #024E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E65

Black with #024E65

Text Example


Text Example

White with #024E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,78,101); }

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

background-color css

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

 a { background-color: rgb(2,78,101); }

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

border-color css

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

 span { border-color: rgb(2,78,101); }

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