Html Css Color HEX #096080 Blue Lagoon

📋 copy color: '#096080'

red 9 ◦ green 96 ◦ blue 128

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

Shades of Blue Lagoon #096080

Tints of Blue Lagoon #096080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.2%

 BLUE value IS 128 (50.39% from 255) = 54.94%

R = 3.86%
G = 41.2%
B = 54.94%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#096080 (or 0x096080) is known color: Blue Lagoon. HEX triplet: 09, 60 and 80. RGB value is (9,96,128). Sum of RGB (Red+Green+Blue) = 9+96+128=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #096080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096080 is #F69F7F. Grayscale: #494949. Windows color (decimal): -16162688 or 8413193. OLE color: 8413193.

HSL color Cylindrical-coordinate representation of color #096080: hue angle of 196.13º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096080 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 96 128 -
CMYK 0.93 0.25 0 0.50
HSL 196.13º 0.87% 0.27% -
HSV(B) 196.13º 0.93% 0.5% -
XYZ 8.19 9.98 21.92 -
YUV 73.64 158.68 81.9 -
System Red Green Blue C M Y K H S L
Decimal 9 96 128 0.93 0.25 0 0.50 196.13 0.87 0.27
Hex 9 60 80 5D 19 0 32 C4 57 1B
Octal 11 140 200 135 31 0 62 304 127 33
Binary 1001 1100000 10000000 1011101 11001 0 110010 11000100 1010111 11011

Color Harmonies of #096080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096080

Black with #096080

Text Example


Text Example

White with #096080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096080; }

 p { color: rgb(9,96,128); }

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

background-color css

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

 a { background-color: rgb(9,96,128); }

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

border-color css

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

 span { border-color: rgb(9,96,128); }

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