Html Css Color HEX #096082 Blue Lagoon

📋 copy color: '#096082'

red 9 ◦ green 96 ◦ blue 130

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

Shades of Blue Lagoon #096082

Tints of Blue Lagoon #096082

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.85%

 BLUE value IS 130 (51.17% from 255) = 55.32%

R = 3.83%
G = 40.85%
B = 55.32%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#096082 (or 0x096082) is known color: Blue Lagoon. HEX triplet: 09, 60 and 82. RGB value is (9,96,130). Sum of RGB (Red+Green+Blue) = 9+96+130=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #096082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096082 is #F69F7D. Grayscale: #494949. Windows color (decimal): -16162686 or 8544265. OLE color: 8544265.

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

Color convert

RGB 9 96 130 -
CMYK 0.93 0.26 0 0.49
HSL 196.86º 0.87% 0.27% -
HSV(B) 196.86º 0.93% 0.51% -
XYZ 8.32 10.04 22.62 -
YUV 73.86 159.68 81.74 -
System Red Green Blue C M Y K H S L
Decimal 9 96 130 0.93 0.26 0 0.49 196.86 0.87 0.27
Hex 9 60 82 5D 1A 0 31 C5 57 1B
Octal 11 140 202 135 32 0 61 305 127 33
Binary 1001 1100000 10000010 1011101 11010 0 110001 11000101 1010111 11011

Color Harmonies of #096082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096082

Black with #096082

Text Example


Text Example

White with #096082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096082; }

 p { color: rgb(9,96,130); }

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

background-color css

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

 a { background-color: rgb(9,96,130); }

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

border-color css

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

 span { border-color: rgb(9,96,130); }

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