#024F67

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

Shades of Blue Lagoon #024F67

Tints of Blue Lagoon #024F67

Color information

#024F67 (or 0x024F67) is unknown color: approx Blue Lagoon. HEX triplet: 02, 4F and 67. RGB value is (2,79,103). Sum of RGB (Red+Green+Blue) = 2+79+103=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 103 (40.62% from 255 or 55.98% from 184); Max value from RGB is 103 - color contains mainly: blue. Hex color #024F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F67 is #FDB098. Grayscale: #3A3A3A. Windows color (decimal): -16625817 or 6770434. OLE color: 6770434.

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

Color convert

RGB279103-
CMYK0.980.2300.60
HSL194.26º96.19%20.59%-
HSV(B)194.26º98.06%40.39%-
XYZ5.276.5813.83-
YUV58.71152.9987.55-

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) = 42.93%
BLUE value IS 103 (40.62% from 255) = 55.98%
R=1.09%
G=42.93%
B=55.98%

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
Decimal2791030.980.2300.60194.2696.1920.59
Hex24F67621703Cc26015
Octal21171471422707430214025
Binary1010011111100111110001010111011110011000010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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