Html Css Color HEX #024E69 Blue Lagoon

📋 copy color: '#024E69'

red 2 ◦ green 78 ◦ blue 105

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

Shades of Blue Lagoon #024E69

Tints of Blue Lagoon #024E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 56.76%

R = 1.08%
G = 42.16%
B = 56.76%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#024E69 (or 0x024E69) is known color: Blue Lagoon. HEX triplet: 02, 4E and 69. RGB value is (2,78,105). Sum of RGB (Red+Green+Blue) = 2+78+105=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #024E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E69 is #FDB196. Grayscale: #3A3A3A. Windows color (decimal): -16626071 or 6901250. OLE color: 6901250.

HSL color Cylindrical-coordinate representation of color #024E69: hue angle of 195.73º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024E69 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 78 105 -
CMYK 0.98 0.26 0 0.59
HSL 195.73º 0.96% 0.21% -
HSV(B) 195.73º 0.98% 0.41% -
XYZ 5.3 6.48 14.34 -
YUV 58.35 154.32 87.8 -
System Red Green Blue C M Y K H S L
Decimal 2 78 105 0.98 0.26 0 0.59 195.73 0.96 0.21
Hex 2 4E 69 62 1A 0 3B C4 60 15
Octal 2 116 151 142 32 0 73 304 140 25
Binary 10 1001110 1101001 1100010 11010 0 111011 11000100 1100000 10101

Color Harmonies of #024E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E69

Black with #024E69

Text Example


Text Example

White with #024E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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