Html Css Color HEX #096877 Blue Lagoon

📋 copy color: '#096877'

red 9 ◦ green 104 ◦ blue 119

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

Shades of Blue Lagoon #096877

Tints of Blue Lagoon #096877

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.83%

 BLUE value IS 119 (46.88% from 255) = 51.29%

R = 3.88%
G = 44.83%
B = 51.29%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#096877 (or 0x096877) is known color: Blue Lagoon. HEX triplet: 09, 68 and 77. RGB value is (9,104,119). Sum of RGB (Red+Green+Blue) = 9+104+119=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #096877 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096877 is #F69788. Grayscale: #4D4D4D. Windows color (decimal): -16160649 or 7825417. OLE color: 7825417.

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

Color convert

RGB 9 104 119 -
CMYK 0.92 0.13 0 0.53
HSL 188.18º 0.86% 0.25% -
HSV(B) 188.18º 0.92% 0.47% -
XYZ 8.39 11.29 19.19 -
YUV 77.31 151.53 79.28 -
System Red Green Blue C M Y K H S L
Decimal 9 104 119 0.92 0.13 0 0.53 188.18 0.86 0.25
Hex 9 68 77 5C D 0 35 BC 56 19
Octal 11 150 167 134 15 0 65 274 126 31
Binary 1001 1101000 1110111 1011100 1101 0 110101 10111100 1010110 11001

Color Harmonies of #096877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096877

Black with #096877

Text Example


Text Example

White with #096877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096877; }

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

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

background-color css

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

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

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

border-color css

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

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

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