Html Css Color HEX #096086 Allports

📋 copy color: '#096086'

red 9 ◦ green 96 ◦ blue 134

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

Shades of Allports #096086

Tints of Allports #096086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 56.07%

R = 3.77%
G = 40.17%
B = 56.07%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#096086 (or 0x096086) is known color: Allports. HEX triplet: 09, 60 and 86. RGB value is (9,96,134). Sum of RGB (Red+Green+Blue) = 9+96+134=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #096086 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096086 is #F69F79. Grayscale: #4A4A4A. Windows color (decimal): -16162682 or 8806409. OLE color: 8806409.

HSL color Cylindrical-coordinate representation of color #096086: hue angle of 198.24º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096086 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 96 134 -
CMYK 0.93 0.28 0 0.47
HSL 198.24º 0.87% 0.28% -
HSV(B) 198.24º 0.93% 0.53% -
XYZ 8.6 10.15 24.06 -
YUV 74.32 161.68 81.41 -
System Red Green Blue C M Y K H S L
Decimal 9 96 134 0.93 0.28 0 0.47 198.24 0.87 0.28
Hex 9 60 86 5D 1C 0 2F C6 57 1C
Octal 11 140 206 135 34 0 57 306 127 34
Binary 1001 1100000 10000110 1011101 11100 0 101111 11000110 1010111 11100

Color Harmonies of #096086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096086

Black with #096086

Text Example


Text Example

White with #096086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096086; }

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

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

background-color css

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

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

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

border-color css

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

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

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