#024F6A

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

Shades of Blue Lagoon #024F6A

Tints of Blue Lagoon #024F6A

Color information

#024F6A (or 0x024F6A) is unknown color: approx Blue Lagoon. HEX triplet: 02, 4F and 6A. RGB value is (2,79,106). Sum of RGB (Red+Green+Blue) = 2+79+106=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 106 (41.80% from 255 or 56.68% from 187); Max value from RGB is 106 - color contains mainly: blue. Hex color #024F6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F6A is #FDB095. Grayscale: #3A3A3A. Windows color (decimal): -16625814 or 6967042. OLE color: 6967042.

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

Color convert

RGB279106-
CMYK0.980.2500.58
HSL195.58º96.3%21.18%-
HSV(B)195.58º98.11%41.57%-
XYZ5.426.6514.63-
YUV59.05154.4987.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.07%
GREEN value IS 79 (31.25% from 255) = 42.25%
BLUE value IS 106 (41.80% from 255) = 56.68%
R=1.07%
G=42.25%
B=56.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2791060.980.2500.58195.5896.321.18
Hex24F6A621903Ac46015
Octal21171521423107230414025
Binary1010011111101010110001011001011101011000100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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