#024E65

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

Shades of Blue Lagoon #024E65

Tints of Blue Lagoon #024E65

Color information

#024E65 (or 0x024E65) is unknown color: approx Blue Lagoon. HEX triplet: 02, 4E and 65. RGB value is (2,78,101). Sum of RGB (Red+Green+Blue) = 2+78+101=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 101 (39.84% from 255 or 55.80% from 181); Max value from RGB is 101 - color contains mainly: blue. Hex color #024E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E65 is #FDB19A. Grayscale: #393939. Windows color (decimal): -16626075 or 6639106. OLE color: 6639106.

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

Color convert

RGB278101-
CMYK0.980.2300.60
HSL193.94º96.12%20.2%-
HSV(B)193.94º98.02%39.61%-
XYZ5.16.413.28-
YUV57.9152.3288.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 78 (30.86% from 255) = 43.09%
BLUE value IS 101 (39.84% from 255) = 55.80%
R=1.10%
G=43.09%
B=55.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2781010.980.2300.60193.9496.1220.2
Hex24E65621703Cc26014
Octal21161451422707430214024
Binary1010011101100101110001010111011110011000010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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