Html Css Color HEX #096580 Blue Lagoon

📋 copy color: '#096580'

red 9 ◦ green 101 ◦ blue 128

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

Shades of Blue Lagoon #096580

Tints of Blue Lagoon #096580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.44%

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

R = 3.78%
G = 42.44%
B = 53.78%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#096580 (or 0x096580) is known color: Blue Lagoon. HEX triplet: 09, 65 and 80. RGB value is (9,101,128). Sum of RGB (Red+Green+Blue) = 9+101+128=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #096580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096580 is #F69A7F. Grayscale: #4C4C4C. Windows color (decimal): -16161408 or 8414473. OLE color: 8414473.

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

Color convert

RGB 9 101 128 -
CMYK 0.93 0.21 0 0.50
HSL 193.61º 0.87% 0.27% -
HSV(B) 193.61º 0.93% 0.5% -
XYZ 8.66 10.92 22.07 -
YUV 76.57 157.02 79.8 -
System Red Green Blue C M Y K H S L
Decimal 9 101 128 0.93 0.21 0 0.50 193.61 0.87 0.27
Hex 9 65 80 5D 15 0 32 C2 57 1B
Octal 11 145 200 135 25 0 62 302 127 33
Binary 1001 1100101 10000000 1011101 10101 0 110010 11000010 1010111 11011

Color Harmonies of #096580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096580

Black with #096580

Text Example


Text Example

White with #096580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096580; }

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

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

background-color css

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

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

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

border-color css

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

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

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