Html Css Color HEX #096673 Blue Lagoon

📋 copy color: '#096673'

red 9 ◦ green 102 ◦ blue 115

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

Shades of Blue Lagoon #096673

Tints of Blue Lagoon #096673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.13%

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

R = 3.98%
G = 45.13%
B = 50.88%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096673 (or 0x096673) is known color: Blue Lagoon. HEX triplet: 09, 66 and 73. RGB value is (9,102,115). Sum of RGB (Red+Green+Blue) = 9+102+115=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #096673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096673 is #F6998C. Grayscale: #4B4B4B. Windows color (decimal): -16161165 or 7562761. OLE color: 7562761.

HSL color Cylindrical-coordinate representation of color #096673: hue angle of 187.36º 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 #096673 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 102 115 -
CMYK 0.92 0.11 0 0.55
HSL 187.36º 0.85% 0.24% -
HSV(B) 187.36º 0.92% 0.45% -
XYZ 7.96 10.8 17.88 -
YUV 75.68 150.19 80.44 -
System Red Green Blue C M Y K H S L
Decimal 9 102 115 0.92 0.11 0 0.55 187.36 0.85 0.24
Hex 9 66 73 5C B 0 37 BB 55 18
Octal 11 146 163 134 13 0 67 273 125 30
Binary 1001 1100110 1110011 1011100 1011 0 110111 10111011 1010101 11000

Color Harmonies of #096673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096673

Black with #096673

Text Example


Text Example

White with #096673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096673; }

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

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

background-color css

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

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

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

border-color css

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

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

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