Html Css Color HEX #096873 Blue Lagoon

📋 copy color: '#096873'

red 9 ◦ green 104 ◦ blue 115

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

Shades of Blue Lagoon #096873

Tints of Blue Lagoon #096873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.44%

R = 3.95%
G = 45.61%
B = 50.44%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096873 (or 0x096873) is known color: Blue Lagoon. HEX triplet: 09, 68 and 73. RGB value is (9,104,115). Sum of RGB (Red+Green+Blue) = 9+104+115=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #096873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096873 is #F6978C. Grayscale: #4C4C4C. Windows color (decimal): -16160653 or 7563273. OLE color: 7563273.

HSL color Cylindrical-coordinate representation of color #096873: hue angle of 186.23º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096873 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 104 115 -
CMYK 0.92 0.10 0 0.55
HSL 186.23º 0.85% 0.24% -
HSV(B) 186.23º 0.92% 0.45% -
XYZ 8.16 11.2 17.95 -
YUV 76.85 149.53 79.61 -
System Red Green Blue C M Y K H S L
Decimal 9 104 115 0.92 0.10 0 0.55 186.23 0.85 0.24
Hex 9 68 73 5C A 0 37 BA 55 18
Octal 11 150 163 134 12 0 67 272 125 30
Binary 1001 1101000 1110011 1011100 1010 0 110111 10111010 1010101 11000

Color Harmonies of #096873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096873

Black with #096873

Text Example


Text Example

White with #096873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096873; }

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

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

background-color css

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

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

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

border-color css

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

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

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