Html Css Color HEX #094E68 Blue Lagoon

📋 copy color: '#094E68'

red 9 ◦ green 78 ◦ blue 104

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

Shades of Blue Lagoon #094E68

Tints of Blue Lagoon #094E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.84%

 BLUE value IS 104 (41.02% from 255) = 54.45%

R = 4.71%
G = 40.84%
B = 54.45%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#094E68 (or 0x094E68) is known color: Blue Lagoon. HEX triplet: 09, 4E and 68. RGB value is (9,78,104). Sum of RGB (Red+Green+Blue) = 9+78+104=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #094E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094E68 is #F6B197. Grayscale: #3C3C3C. Windows color (decimal): -16167320 or 6835721. OLE color: 6835721.

HSL color Cylindrical-coordinate representation of color #094E68: hue angle of 196.42º 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 #094E68 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 78 104 -
CMYK 0.91 0.25 0 0.59
HSL 196.42º 0.84% 0.22% -
HSV(B) 196.42º 0.91% 0.41% -
XYZ 5.34 6.51 14.07 -
YUV 60.33 152.64 91.39 -
System Red Green Blue C M Y K H S L
Decimal 9 78 104 0.91 0.25 0 0.59 196.42 0.84 0.22
Hex 9 4E 68 5B 19 0 3B C4 54 16
Octal 11 116 150 133 31 0 73 304 124 26
Binary 1001 1001110 1101000 1011011 11001 0 111011 11000100 1010100 10110

Color Harmonies of #094E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094E68

Black with #094E68

Text Example


Text Example

White with #094E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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