#094e69

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

Shades of Blue Lagoon #094E69

Tints of Blue Lagoon #094E69

Color information

#094E69 (or 0x094E69) is unknown color: approx Blue Lagoon. HEX triplet: 09, 4E and 69. RGB value is (9,78,105). Sum of RGB (Red+Green+Blue) = 9+78+105=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #094E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094E69 is #F6B196. Grayscale: #3C3C3C. Windows color (decimal): -16167319 or 6901257. OLE color: 6901257.

HSL color Cylindrical-coordinate representation of color #094E69: hue angle of 196.88º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094E69 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB978105-
CMYK0.910.2600.59
HSL196.88º84.21%22.35%-
HSV(B)196.88º91.43%41.18%-
XYZ5.396.5314.34-
YUV60.45153.1491.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.69%
GREEN value IS 78 (30.86% from 255) = 40.62%
BLUE value IS 105 (41.41% from 255) = 54.69%
R=4.69%
G=40.62%
B=54.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9781050.910.2600.59196.8884.2122.35
Hex94E695B1A03Bc55416
Octal111161511333207330512426
Binary100110011101101001101101111010011101111000101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094e69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094e69; }

 p { color: rgb(9,78,105); }

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

<style>
 a { background-color: #094e69; }

 a { background-color: rgb(9,78,105); }

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

<style>
 span { border-color: #094e69; }

 span { border-color: rgb(9,78,105); }

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