Html Css Color HEX #096477 Blue Lagoon

📋 copy color: '#096477'

red 9 ◦ green 100 ◦ blue 119

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

Shades of Blue Lagoon #096477

Tints of Blue Lagoon #096477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.86%

 BLUE value IS 119 (46.88% from 255) = 52.19%

R = 3.95%
G = 43.86%
B = 52.19%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#096477 (or 0x096477) is known color: Blue Lagoon. HEX triplet: 09, 64 and 77. RGB value is (9,100,119). Sum of RGB (Red+Green+Blue) = 9+100+119=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #096477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096477 is #F69B88. Grayscale: #4A4A4A. Windows color (decimal): -16161673 or 7824393. OLE color: 7824393.

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

Color convert

RGB 9 100 119 -
CMYK 0.92 0.16 0 0.53
HSL 190.36º 0.86% 0.25% -
HSV(B) 190.36º 0.92% 0.47% -
XYZ 8 10.5 19.06 -
YUV 74.96 152.85 80.96 -
System Red Green Blue C M Y K H S L
Decimal 9 100 119 0.92 0.16 0 0.53 190.36 0.86 0.25
Hex 9 64 77 5C 10 0 35 BE 56 19
Octal 11 144 167 134 20 0 65 276 126 31
Binary 1001 1100100 1110111 1011100 10000 0 110101 10111110 1010110 11001

Color Harmonies of #096477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096477

Black with #096477

Text Example


Text Example

White with #096477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096477; }

 p { color: rgb(9,100,119); }

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

background-color css

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

 a { background-color: rgb(9,100,119); }

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

border-color css

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

 span { border-color: rgb(9,100,119); }

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