Html Css Color HEX #094F66 Blue Lagoon

📋 copy color: '#094F66'

red 9 ◦ green 79 ◦ blue 102

#094F66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #094F66

Tints of Blue Lagoon #094F66

RGB

 RED value IS 9 (3.91% from 255) = 4.74%

 GREEN value IS 79 (31.25% from 255) = 41.58%

 BLUE value IS 102 (40.23% from 255) = 53.68%

R = 4.74%
G = 41.58%
B = 53.68%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#094F66 (or 0x094F66) is known color: Blue Lagoon. HEX triplet: 09, 4F and 66. RGB value is (9,79,102). Sum of RGB (Red+Green+Blue) = 9+79+102=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #094F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094F66 is #F6B099. Grayscale: #3C3C3C. Windows color (decimal): -16167066 or 6704905. OLE color: 6704905.

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

Color convert

RGB 9 79 102 -
CMYK 0.91 0.23 0 0.6
HSL 194.84º 0.84% 0.22% -
HSV(B) 194.84º 0.91% 0.4% -
XYZ 5.31 6.61 13.57 -
YUV 60.69 151.31 91.13 -
System Red Green Blue C M Y K H S L
Decimal 9 79 102 0.91 0.23 0 0.6 194.84 0.84 0.22
Hex 9 4F 66 5B 17 0 3C C3 54 16
Octal 11 117 146 133 27 0 74 303 124 26
Binary 1001 1001111 1100110 1011011 10111 0 111100 11000011 1010100 10110

Color Harmonies of #094F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094F66

Black with #094F66

Text Example


Text Example

White with #094F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,79,102); }

 H1.HeaderClassName
 {
   color: #094F66;
 }
 .AnyTagClassName
 {
   color: #094F66;
 }
</style>

background-color css

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

 a { background-color: rgb(9,79,102); }

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

border-color css

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

 span { border-color: rgb(9,79,102); }

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