Html Css Color HEX #096279 Blue Lagoon

📋 copy color: '#096279'

red 9 ◦ green 98 ◦ blue 121

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

Shades of Blue Lagoon #096279

Tints of Blue Lagoon #096279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.98%

 BLUE value IS 121 (47.66% from 255) = 53.07%

R = 3.95%
G = 42.98%
B = 53.07%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#096279 (or 0x096279) is known color: Blue Lagoon. HEX triplet: 09, 62 and 79. RGB value is (9,98,121). Sum of RGB (Red+Green+Blue) = 9+98+121=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #096279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096279 is #F69D86. Grayscale: #494949. Windows color (decimal): -16162183 or 7954953. OLE color: 7954953.

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

Color convert

RGB 9 98 121 -
CMYK 0.93 0.19 0 0.53
HSL 192.32º 0.86% 0.25% -
HSV(B) 192.32º 0.93% 0.47% -
XYZ 7.93 10.17 19.63 -
YUV 74.01 154.51 81.63 -
System Red Green Blue C M Y K H S L
Decimal 9 98 121 0.93 0.19 0 0.53 192.32 0.86 0.25
Hex 9 62 79 5D 13 0 35 C0 56 19
Octal 11 142 171 135 23 0 65 300 126 31
Binary 1001 1100010 1111001 1011101 10011 0 110101 11000000 1010110 11001

Color Harmonies of #096279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096279

Black with #096279

Text Example


Text Example

White with #096279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096279; }

 p { color: rgb(9,98,121); }

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

background-color css

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

 a { background-color: rgb(9,98,121); }

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

border-color css

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

 span { border-color: rgb(9,98,121); }

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