Html Css Color HEX #096372 Blue Lagoon

📋 copy color: '#096372'

red 9 ◦ green 99 ◦ blue 114

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

Shades of Blue Lagoon #096372

Tints of Blue Lagoon #096372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.59%

 BLUE value IS 114 (44.92% from 255) = 51.35%

R = 4.05%
G = 44.59%
B = 51.35%

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

#096372 (or 0x096372) is known color: Blue Lagoon. HEX triplet: 09, 63 and 72. RGB value is (9,99,114). Sum of RGB (Red+Green+Blue) = 9+99+114=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #096372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096372 is #F69C8D. Grayscale: #494949. Windows color (decimal): -16161934 or 7496457. OLE color: 7496457.

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

Color convert

RGB 9 99 114 -
CMYK 0.92 0.13 0 0.55
HSL 188.57º 0.85% 0.24% -
HSV(B) 188.57º 0.92% 0.45% -
XYZ 7.61 10.2 17.49 -
YUV 73.8 150.68 81.78 -
System Red Green Blue C M Y K H S L
Decimal 9 99 114 0.92 0.13 0 0.55 188.57 0.85 0.24
Hex 9 63 72 5C D 0 37 BD 55 18
Octal 11 143 162 134 15 0 67 275 125 30
Binary 1001 1100011 1110010 1011100 1101 0 110111 10111101 1010101 11000

Color Harmonies of #096372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096372

Black with #096372

Text Example


Text Example

White with #096372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096372; }

 p { color: rgb(9,99,114); }

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

background-color css

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

 a { background-color: rgb(9,99,114); }

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

border-color css

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

 span { border-color: rgb(9,99,114); }

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