#094E63

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

Shades of Blue Lagoon #094E63

Tints of Blue Lagoon #094E63

Color information

#094E63 (or 0x094E63) is unknown color: approx Blue Lagoon. HEX triplet: 09, 4E and 63. RGB value is (9,78,99). Sum of RGB (Red+Green+Blue) = 9+78+99=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #094E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094E63 is #F6B19C. Grayscale: #3B3B3B. Windows color (decimal): -16167325 or 6508041. OLE color: 6508041.

HSL color Cylindrical-coordinate representation of color #094E63: hue angle of 194º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094E63 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB97899-
CMYK0.910.2100.61
HSL194º83.33%21.18%-
HSV(B)194º90.91%38.82%-
XYZ5.096.4112.77-
YUV59.76150.1491.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.84%
GREEN value IS 78 (30.86% from 255) = 41.94%
BLUE value IS 99 (39.06% from 255) = 53.23%
R=4.84%
G=41.94%
B=53.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal978990.910.2100.6119483.3321.18
Hex94E635B1503Dc25315
Octal111161431332507530212325
Binary100110011101100011101101110101011110111000010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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