Html Css Color HEX #096277 Blue Lagoon

📋 copy color: '#096277'

red 9 ◦ green 98 ◦ blue 119

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

Shades of Blue Lagoon #096277

Tints of Blue Lagoon #096277

RGB

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

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

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

R = 3.98%
G = 43.36%
B = 52.65%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#096277 (or 0x096277) is known color: Blue Lagoon. HEX triplet: 09, 62 and 77. RGB value is (9,98,119). Sum of RGB (Red+Green+Blue) = 9+98+119=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #096277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096277 is #F69D88. Grayscale: #494949. Windows color (decimal): -16162185 or 7823881. OLE color: 7823881.

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

Color convert

RGB 9 98 119 -
CMYK 0.92 0.18 0 0.53
HSL 191.45º 0.86% 0.25% -
HSV(B) 191.45º 0.92% 0.47% -
XYZ 7.81 10.13 19 -
YUV 73.78 153.51 81.79 -
System Red Green Blue C M Y K H S L
Decimal 9 98 119 0.92 0.18 0 0.53 191.45 0.86 0.25
Hex 9 62 77 5C 12 0 35 BF 56 19
Octal 11 142 167 134 22 0 65 277 126 31
Binary 1001 1100010 1110111 1011100 10010 0 110101 10111111 1010110 11001

Color Harmonies of #096277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096277

Black with #096277

Text Example


Text Example

White with #096277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096277; }

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

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

background-color css

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

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

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

border-color css

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

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

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