#045F68

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

Shades of Blue Lagoon #045F68

Tints of Blue Lagoon #045F68

Color information

#045F68 (or 0x045F68) is unknown color: approx Blue Lagoon. HEX triplet: 04, 5F and 68. RGB value is (4,95,104). Sum of RGB (Red+Green+Blue) = 4+95+104=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #045F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045F68 is #FBA097. Grayscale: #444444. Windows color (decimal): -16490648 or 6840068. OLE color: 6840068.

HSL color Cylindrical-coordinate representation of color #045F68: hue angle of 185.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045F68 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB495104-
CMYK0.960.0900.59
HSL185.4º92.59%21.18%-
HSV(B)185.4º96.15%40.78%-
XYZ6.649.2114.52-
YUV68.82147.8581.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.97%
GREEN value IS 95 (37.5% from 255) = 46.80%
BLUE value IS 104 (41.02% from 255) = 51.23%
R=1.97%
G=46.80%
B=51.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4951040.960.0900.59185.492.5921.18
Hex45F6860903Bb95d15
Octal41371501401107327113525
Binary1001011111110100011000001001011101110111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045F68; }

 p { color: rgb(4,95,104); }

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

<style>
 a { background-color: #045F68; }

 a { background-color: rgb(4,95,104); }

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

<style>
 span { border-color: #045F68; }

 span { border-color: rgb(4,95,104); }

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