Html Css Color HEX #024E6D Blue Lagoon

📋 copy color: '#024E6D'

red 2 ◦ green 78 ◦ blue 109

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

Shades of Blue Lagoon #024E6D

Tints of Blue Lagoon #024E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 57.67%

R = 1.06%
G = 41.27%
B = 57.67%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#024E6D (or 0x024E6D) is known color: Blue Lagoon. HEX triplet: 02, 4E and 6D. RGB value is (2,78,109). Sum of RGB (Red+Green+Blue) = 2+78+109=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #024E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E6D is #FDB192. Grayscale: #3A3A3A. Windows color (decimal): -16626067 or 7163394. OLE color: 7163394.

HSL color Cylindrical-coordinate representation of color #024E6D: hue angle of 197.38º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024E6D is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 2 78 109 -
CMYK 0.98 0.28 0 0.57
HSL 197.38º 0.96% 0.22% -
HSV(B) 197.38º 0.98% 0.43% -
XYZ 5.51 6.57 15.44 -
YUV 58.81 156.32 87.48 -
System Red Green Blue C M Y K H S L
Decimal 2 78 109 0.98 0.28 0 0.57 197.38 0.96 0.22
Hex 2 4E 6D 62 1C 0 39 C5 60 16
Octal 2 116 155 142 34 0 71 305 140 26
Binary 10 1001110 1101101 1100010 11100 0 111001 11000101 1100000 10110

Color Harmonies of #024E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E6D

Black with #024E6D

Text Example


Text Example

White with #024E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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