Html Css Color HEX #096473 Blue Lagoon

📋 copy color: '#096473'

red 9 ◦ green 100 ◦ blue 115

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

Shades of Blue Lagoon #096473

Tints of Blue Lagoon #096473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.64%

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

R = 4.02%
G = 44.64%
B = 51.34%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096473 (or 0x096473) is known color: Blue Lagoon. HEX triplet: 09, 64 and 73. RGB value is (9,100,115). Sum of RGB (Red+Green+Blue) = 9+100+115=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #096473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096473 is #F69B8C. Grayscale: #4A4A4A. Windows color (decimal): -16161677 or 7562249. OLE color: 7562249.

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

Color convert

RGB 9 100 115 -
CMYK 0.92 0.13 0 0.55
HSL 188.49º 0.85% 0.24% -
HSV(B) 188.49º 0.92% 0.45% -
XYZ 7.76 10.41 17.82 -
YUV 74.5 150.85 81.28 -
System Red Green Blue C M Y K H S L
Decimal 9 100 115 0.92 0.13 0 0.55 188.49 0.85 0.24
Hex 9 64 73 5C D 0 37 BC 55 18
Octal 11 144 163 134 15 0 67 274 125 30
Binary 1001 1100100 1110011 1011100 1101 0 110111 10111100 1010101 11000

Color Harmonies of #096473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096473

Black with #096473

Text Example


Text Example

White with #096473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096473; }

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

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

background-color css

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

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

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

border-color css

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

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

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