#024F66

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

Shades of Blue Lagoon #024F66

Tints of Blue Lagoon #024F66

Color information

#024F66 (or 0x024F66) is unknown color: approx Blue Lagoon. HEX triplet: 02, 4F and 66. RGB value is (2,79,102). Sum of RGB (Red+Green+Blue) = 2+79+102=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #024F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F66 is #FDB099. Grayscale: #3A3A3A. Windows color (decimal): -16625818 or 6704898. OLE color: 6704898.

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

Color convert

RGB279102-
CMYK0.980.2300.6
HSL193.8º96.15%20.39%-
HSV(B)193.8º98.04%40%-
XYZ5.226.5613.56-
YUV58.6152.4987.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 79 (31.25% from 255) = 43.17%
BLUE value IS 102 (40.23% from 255) = 55.74%
R=1.09%
G=43.17%
B=55.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2791020.980.2300.6193.896.1520.39
Hex24F66621703Cc26014
Octal21171461422707430214024
Binary1010011111100110110001010111011110011000010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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