Html Css Color HEX #096181 Blue Lagoon

📋 copy color: '#096181'

red 9 ◦ green 97 ◦ blue 129

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

Shades of Blue Lagoon #096181

Tints of Blue Lagoon #096181

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.28%

 BLUE value IS 129 (50.78% from 255) = 54.89%

R = 3.83%
G = 41.28%
B = 54.89%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#096181 (or 0x096181) is known color: Blue Lagoon. HEX triplet: 09, 61 and 81. RGB value is (9,97,129). Sum of RGB (Red+Green+Blue) = 9+97+129=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 129 (50.78% from 255 or 54.89% from 235); Max value from RGB is 129 - color contains mainly: blue. Hex color #096181 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096181 is #F69E7E. Grayscale: #4A4A4A. Windows color (decimal): -16162431 or 8478985. OLE color: 8478985.

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

Color convert

RGB 9 97 129 -
CMYK 0.93 0.25 0 0.49
HSL 196º 0.87% 0.27% -
HSV(B) 196º 0.93% 0.51% -
XYZ 8.35 10.19 22.3 -
YUV 74.34 158.85 81.4 -
System Red Green Blue C M Y K H S L
Decimal 9 97 129 0.93 0.25 0 0.49 196 0.87 0.27
Hex 9 61 81 5D 19 0 31 C4 57 1B
Octal 11 141 201 135 31 0 61 304 127 33
Binary 1001 1100001 10000001 1011101 11001 0 110001 11000100 1010111 11011

Color Harmonies of #096181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096181

Black with #096181

Text Example


Text Example

White with #096181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096181; }

 p { color: rgb(9,97,129); }

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

background-color css

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

 a { background-color: rgb(9,97,129); }

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

border-color css

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

 span { border-color: rgb(9,97,129); }

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