Html Css Color HEX #096779 Blue Lagoon

📋 copy color: '#096779'

red 9 ◦ green 103 ◦ blue 121

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

Shades of Blue Lagoon #096779

Tints of Blue Lagoon #096779

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.21%

 BLUE value IS 121 (47.66% from 255) = 51.93%

R = 3.86%
G = 44.21%
B = 51.93%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#096779 (or 0x096779) is known color: Blue Lagoon. HEX triplet: 09, 67 and 79. RGB value is (9,103,121). Sum of RGB (Red+Green+Blue) = 9+103+121=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #096779 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096779 is #F69886. Grayscale: #4C4C4C. Windows color (decimal): -16160903 or 7956233. OLE color: 7956233.

HSL color Cylindrical-coordinate representation of color #096779: hue angle of 189.64º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096779 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 103 121 -
CMYK 0.93 0.15 0 0.53
HSL 189.64º 0.86% 0.25% -
HSV(B) 189.64º 0.93% 0.47% -
XYZ 8.41 11.14 19.8 -
YUV 76.95 152.86 79.54 -
System Red Green Blue C M Y K H S L
Decimal 9 103 121 0.93 0.15 0 0.53 189.64 0.86 0.25
Hex 9 67 79 5D F 0 35 BE 56 19
Octal 11 147 171 135 17 0 65 276 126 31
Binary 1001 1100111 1111001 1011101 1111 0 110101 10111110 1010110 11001

Color Harmonies of #096779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096779

Black with #096779

Text Example


Text Example

White with #096779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096779; }

 p { color: rgb(9,103,121); }

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

background-color css

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

 a { background-color: rgb(9,103,121); }

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

border-color css

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

 span { border-color: rgb(9,103,121); }

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