Html Css Color HEX #096B81 Allports

📋 copy color: '#096B81'

red 9 ◦ green 107 ◦ blue 129

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

Shades of Allports #096B81

Tints of Allports #096B81

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.67%

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

R = 3.67%
G = 43.67%
B = 52.65%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#096B81 (or 0x096B81) is known color: Allports. HEX triplet: 09, 6B and 81. RGB value is (9,107,129). Sum of RGB (Red+Green+Blue) = 9+107+129=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 129 (50.78% from 255 or 52.65% from 245); Max value from RGB is 129 - color contains mainly: blue. Hex color #096B81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096B81 is #F6947E. Grayscale: #505050. Windows color (decimal): -16159871 or 8481545. OLE color: 8481545.

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

Color convert

RGB 9 107 129 -
CMYK 0.93 0.17 0 0.49
HSL 191º 0.87% 0.27% -
HSV(B) 191º 0.93% 0.51% -
XYZ 9.33 12.16 22.62 -
YUV 80.21 155.53 77.21 -
System Red Green Blue C M Y K H S L
Decimal 9 107 129 0.93 0.17 0 0.49 191 0.87 0.27
Hex 9 6B 81 5D 11 0 31 BF 57 1B
Octal 11 153 201 135 21 0 61 277 127 33
Binary 1001 1101011 10000001 1011101 10001 0 110001 10111111 1010111 11011

Color Harmonies of #096B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B81

Black with #096B81

Text Example


Text Example

White with #096B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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