Html Css Color HEX #024D68 Blue Lagoon

📋 copy color: '#024D68'

red 2 ◦ green 77 ◦ blue 104

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

Shades of Blue Lagoon #024D68

Tints of Blue Lagoon #024D68

RGB

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

 GREEN value IS 77 (30.47% from 255) = 42.08%

 BLUE value IS 104 (41.02% from 255) = 56.83%

R = 1.09%
G = 42.08%
B = 56.83%

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

#024D68 (or 0x024D68) is known color: Blue Lagoon. HEX triplet: 02, 4D and 68. RGB value is (2,77,104). Sum of RGB (Red+Green+Blue) = 2+77+104=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #024D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D68 is #FDB297. Grayscale: #393939. Windows color (decimal): -16626328 or 6835458. OLE color: 6835458.

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

Color convert

RGB 2 77 104 -
CMYK 0.98 0.26 0 0.59
HSL 195.88º 0.96% 0.21% -
HSV(B) 195.88º 0.98% 0.41% -
XYZ 5.18 6.32 14.04 -
YUV 57.65 154.15 88.3 -
System Red Green Blue C M Y K H S L
Decimal 2 77 104 0.98 0.26 0 0.59 195.88 0.96 0.21
Hex 2 4D 68 62 1A 0 3B C4 60 15
Octal 2 115 150 142 32 0 73 304 140 25
Binary 10 1001101 1101000 1100010 11010 0 111011 11000100 1100000 10101

Color Harmonies of #024D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D68

Black with #024D68

Text Example


Text Example

White with #024D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,77,104); }

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

background-color css

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

 a { background-color: rgb(2,77,104); }

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

border-color css

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

 span { border-color: rgb(2,77,104); }

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