#024F6F

Color #024F6F Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #024F6F

Tints of Blue Lagoon #024F6F

Color information

#024F6F (or 0x024F6F) is unknown color: approx Blue Lagoon. HEX triplet: 02, 4F and 6F. RGB value is (2,79,111). Sum of RGB (Red+Green+Blue) = 2+79+111=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #024F6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F6F is #FDB090. Grayscale: #3B3B3B. Windows color (decimal): -16625809 or 7294722. OLE color: 7294722.

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

Color convert

RGB279111-
CMYK0.980.2900.56
HSL197.61º96.46%22.16%-
HSV(B)197.61º98.2%43.53%-
XYZ5.696.7516.04-
YUV59.62156.9986.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 79 (31.25% from 255) = 41.15%
BLUE value IS 111 (43.75% from 255) = 57.81%
R=1.04%
G=41.15%
B=57.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2791110.980.2900.56197.6196.4622.16
Hex24F6F621D038c66016
Octal21171571423507030614026
Binary1010011111101111110001011101011100011000110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #024F6F;
 }
 .AnyTagClassName
 {
   color: #024F6F;
 }
</style>
background-color css

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

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

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

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

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

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