Html Css Color HEX #096178 Blue Lagoon

📋 copy color: '#096178'

red 9 ◦ green 97 ◦ blue 120

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

Shades of Blue Lagoon #096178

Tints of Blue Lagoon #096178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.92%

 BLUE value IS 120 (47.27% from 255) = 53.1%

R = 3.98%
G = 42.92%
B = 53.1%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#096178 (or 0x096178) is known color: Blue Lagoon. HEX triplet: 09, 61 and 78. RGB value is (9,97,120). Sum of RGB (Red+Green+Blue) = 9+97+120=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #096178 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096178 is #F69E87. Grayscale: #494949. Windows color (decimal): -16162440 or 7889161. OLE color: 7889161.

HSL color Cylindrical-coordinate representation of color #096178: hue angle of 192.43º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096178 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 97 120 -
CMYK 0.92 0.19 0 0.53
HSL 192.43º 0.86% 0.25% -
HSV(B) 192.43º 0.93% 0.47% -
XYZ 7.78 9.96 19.28 -
YUV 73.31 154.35 82.13 -
System Red Green Blue C M Y K H S L
Decimal 9 97 120 0.92 0.19 0 0.53 192.43 0.86 0.25
Hex 9 61 78 5C 13 0 35 C0 56 19
Octal 11 141 170 134 23 0 65 300 126 31
Binary 1001 1100001 1111000 1011100 10011 0 110101 11000000 1010110 11001

Color Harmonies of #096178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096178

Black with #096178

Text Example


Text Example

White with #096178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096178; }

 p { color: rgb(9,97,120); }

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

background-color css

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

 a { background-color: rgb(9,97,120); }

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

border-color css

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

 span { border-color: rgb(9,97,120); }

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