Html Css Color HEX #094D68 Blue Lagoon

📋 copy color: '#094D68'

red 9 ◦ green 77 ◦ blue 104

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

Shades of Blue Lagoon #094D68

Tints of Blue Lagoon #094D68

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.53%

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

R = 4.74%
G = 40.53%
B = 54.74%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#094D68 (or 0x094D68) is known color: Blue Lagoon. HEX triplet: 09, 4D and 68. RGB value is (9,77,104). Sum of RGB (Red+Green+Blue) = 9+77+104=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #094D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D68 is #F6B297. Grayscale: #3B3B3B. Windows color (decimal): -16167576 or 6835465. OLE color: 6835465.

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

Color convert

RGB 9 77 104 -
CMYK 0.91 0.26 0 0.59
HSL 197.05º 0.84% 0.22% -
HSV(B) 197.05º 0.91% 0.41% -
XYZ 5.27 6.37 14.05 -
YUV 59.75 152.97 91.8 -
System Red Green Blue C M Y K H S L
Decimal 9 77 104 0.91 0.26 0 0.59 197.05 0.84 0.22
Hex 9 4D 68 5B 1A 0 3B C5 54 16
Octal 11 115 150 133 32 0 73 305 124 26
Binary 1001 1001101 1101000 1011011 11010 0 111011 11000101 1010100 10110

Color Harmonies of #094D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D68

Black with #094D68

Text Example


Text Example

White with #094D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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