Html Css Color HEX #024F68 Blue Lagoon

📋 copy color: '#024F68'

red 2 ◦ green 79 ◦ blue 104

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

Shades of Blue Lagoon #024F68

Tints of Blue Lagoon #024F68

RGB

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

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

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

R = 1.08%
G = 42.7%
B = 56.22%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#024F68 (or 0x024F68) is known color: Blue Lagoon. HEX triplet: 02, 4F and 68. RGB value is (2,79,104). Sum of RGB (Red+Green+Blue) = 2+79+104=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #024F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F68 is #FDB097. Grayscale: #3A3A3A. Windows color (decimal): -16625816 or 6835970. OLE color: 6835970.

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

Color convert

RGB 2 79 104 -
CMYK 0.98 0.24 0 0.59
HSL 194.71º 0.96% 0.21% -
HSV(B) 194.71º 0.98% 0.41% -
XYZ 5.32 6.6 14.09 -
YUV 58.83 153.49 87.47 -
System Red Green Blue C M Y K H S L
Decimal 2 79 104 0.98 0.24 0 0.59 194.71 0.96 0.21
Hex 2 4F 68 62 18 0 3B C3 60 15
Octal 2 117 150 142 30 0 73 303 140 25
Binary 10 1001111 1101000 1100010 11000 0 111011 11000011 1100000 10101

Color Harmonies of #024F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F68

Black with #024F68

Text Example


Text Example

White with #024F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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