#024F65

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

Shades of Blue Lagoon #024F65

Tints of Blue Lagoon #024F65

Color information

#024F65 (or 0x024F65) is unknown color: approx Blue Lagoon. HEX triplet: 02, 4F and 65. RGB value is (2,79,101). Sum of RGB (Red+Green+Blue) = 2+79+101=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 101 (39.84% from 255 or 55.49% from 182); Max value from RGB is 101 - color contains mainly: blue. Hex color #024F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F65 is #FDB09A. Grayscale: #3A3A3A. Windows color (decimal): -16625819 or 6639362. OLE color: 6639362.

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

Color convert

RGB279101-
CMYK0.980.2200.60
HSL193.33º96.12%20.2%-
HSV(B)193.33º98.02%39.61%-
XYZ5.176.5413.3-
YUV58.48151.9987.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 79 (31.25% from 255) = 43.41%
BLUE value IS 101 (39.84% from 255) = 55.49%
R=1.10%
G=43.41%
B=55.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2791010.980.2200.60193.3396.1220.2
Hex24F65621603Cc16014
Octal21171451422607430114024
Binary1010011111100101110001010110011110011000001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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