Html Css Color HEX #096978 Blue Lagoon

📋 copy color: '#096978'

red 9 ◦ green 105 ◦ blue 120

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

Shades of Blue Lagoon #096978

Tints of Blue Lagoon #096978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.87%

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

R = 3.85%
G = 44.87%
B = 51.28%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#096978 (or 0x096978) is known color: Blue Lagoon. HEX triplet: 09, 69 and 78. RGB value is (9,105,120). Sum of RGB (Red+Green+Blue) = 9+105+120=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #096978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096978 is #F69687. Grayscale: #4D4D4D. Windows color (decimal): -16160392 or 7891209. OLE color: 7891209.

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

Color convert

RGB 9 105 120 -
CMYK 0.92 0.13 0 0.53
HSL 188.11º 0.86% 0.25% -
HSV(B) 188.11º 0.93% 0.47% -
XYZ 8.55 11.52 19.54 -
YUV 78.01 151.7 78.78 -
System Red Green Blue C M Y K H S L
Decimal 9 105 120 0.92 0.13 0 0.53 188.11 0.86 0.25
Hex 9 69 78 5C D 0 35 BC 56 19
Octal 11 151 170 134 15 0 65 274 126 31
Binary 1001 1101001 1111000 1011100 1101 0 110101 10111100 1010110 11001

Color Harmonies of #096978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096978

Black with #096978

Text Example


Text Example

White with #096978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096978; }

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

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

background-color css

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

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

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

border-color css

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

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

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