Html Css Color HEX #096380 Blue Lagoon

📋 copy color: '#096380'

red 9 ◦ green 99 ◦ blue 128

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

Shades of Blue Lagoon #096380

Tints of Blue Lagoon #096380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.95%

 BLUE value IS 128 (50.39% from 255) = 54.24%

R = 3.81%
G = 41.95%
B = 54.24%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#096380 (or 0x096380) is known color: Blue Lagoon. HEX triplet: 09, 63 and 80. RGB value is (9,99,128). Sum of RGB (Red+Green+Blue) = 9+99+128=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 128 (50.39% from 255 or 54.24% from 236); Max value from RGB is 128 - color contains mainly: blue. Hex color #096380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096380 is #F69C7F. Grayscale: #4B4B4B. Windows color (decimal): -16161920 or 8413961. OLE color: 8413961.

HSL color Cylindrical-coordinate representation of color #096380: hue angle of 194.62º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096380 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 99 128 -
CMYK 0.93 0.23 0 0.50
HSL 194.62º 0.87% 0.27% -
HSV(B) 194.62º 0.93% 0.5% -
XYZ 8.47 10.54 22.01 -
YUV 75.4 157.68 80.64 -
System Red Green Blue C M Y K H S L
Decimal 9 99 128 0.93 0.23 0 0.50 194.62 0.87 0.27
Hex 9 63 80 5D 17 0 32 C3 57 1B
Octal 11 143 200 135 27 0 62 303 127 33
Binary 1001 1100011 10000000 1011101 10111 0 110010 11000011 1010111 11011

Color Harmonies of #096380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096380

Black with #096380

Text Example


Text Example

White with #096380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096380; }

 p { color: rgb(9,99,128); }

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

background-color css

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

 a { background-color: rgb(9,99,128); }

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

border-color css

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

 span { border-color: rgb(9,99,128); }

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