Html Css Color HEX #096078 Blue Lagoon

📋 copy color: '#096078'

red 9 ◦ green 96 ◦ blue 120

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

Shades of Blue Lagoon #096078

Tints of Blue Lagoon #096078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.67%

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

R = 4%
G = 42.67%
B = 53.33%

CMYK

 C value IS 0.92

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#096078 (or 0x096078) is known color: Blue Lagoon. HEX triplet: 09, 60 and 78. RGB value is (9,96,120). Sum of RGB (Red+Green+Blue) = 9+96+120=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #096078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096078 is #F69F87. Grayscale: #484848. Windows color (decimal): -16162696 or 7888905. OLE color: 7888905.

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

Color convert

RGB 9 96 120 -
CMYK 0.92 0.2 0 0.53
HSL 192.97º 0.86% 0.25% -
HSV(B) 192.97º 0.93% 0.47% -
XYZ 7.69 9.78 19.25 -
YUV 72.72 154.68 82.55 -
System Red Green Blue C M Y K H S L
Decimal 9 96 120 0.92 0.2 0 0.53 192.97 0.86 0.25
Hex 9 60 78 5C 14 0 35 C1 56 19
Octal 11 140 170 134 24 0 65 301 126 31
Binary 1001 1100000 1111000 1011100 10100 0 110101 11000001 1010110 11001

Color Harmonies of #096078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096078

Black with #096078

Text Example


Text Example

White with #096078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096078; }

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

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

background-color css

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

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

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

border-color css

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

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

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